summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-11-21 00:45:57 +0900
committerGitHub <noreply@github.com>2019-11-21 00:45:57 +0900
commitc65243325ca9ac7132df043fb061fde179724303 (patch)
treed9761721bcaec5e0a0915eb6d27541aaf1f440bb /doc
parent491b19d6bb93a6b7aaa1cc7b4004c7f5f52369bb (diff)
parent463572703753c5afe5a68e8ba7fd7252c1ea3d62 (diff)
downloadsphinx-git-c65243325ca9ac7132df043fb061fde179724303.tar.gz
Merge branch '2.0' into 6798_autosummary_emits_skip_member_event
Diffstat (limited to 'doc')
-rw-r--r--doc/extdev/deprecated.rst10
-rw-r--r--doc/usage/configuration.rst5
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/extdev/deprecated.rst b/doc/extdev/deprecated.rst
index 8c201b525..958f4ee4d 100644
--- a/doc/extdev/deprecated.rst
+++ b/doc/extdev/deprecated.rst
@@ -41,6 +41,16 @@ The following is a list of deprecated interfaces.
- 4.0
- ``sphinx.io.SphinxStandaloneReader.setup()``
+ * - ``sphinx.util.texescape.tex_escape_map``
+ - 2.3
+ - 4.0
+ - ``sphinx.util.texescape.escape()``
+
+ * - ``sphinx.util.texescape.tex_hl_escape_map_new``
+ - 2.3
+ - 4.0
+ - ``sphinx.util.texescape.hlescape()``
+
* - ``sphinx.domains.math.MathDomain.add_equation()``
- 2.2
- 4.0
diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst
index e61c09cb2..bb1c639f9 100644
--- a/doc/usage/configuration.rst
+++ b/doc/usage/configuration.rst
@@ -1836,6 +1836,7 @@ These options influence LaTeX output.
* ``'xelatex'`` -- XeLaTeX
* ``'lualatex'`` -- LuaLaTeX
* ``'platex'`` -- pLaTeX (default if :confval:`language` is ``'ja'``)
+ * ``'uplatex'`` -- upLaTeX (experimental)
``'pdflatex'``\ 's support for Unicode characters is limited.
@@ -1861,6 +1862,10 @@ These options influence LaTeX output.
Use ``xelatex`` by default for Greek documents.
+ .. versionchanged:: 2.3
+
+ Add ``uplatex`` support.
+
Contrarily to :ref:`MathJaX math rendering in HTML output <math-support>`,
LaTeX requires some extra configuration to support Unicode literals in
:rst:dir:`math`: the only comprehensive solution (as far as we know) is to