mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update CHANGES and docs
This commit is contained in:
parent
b20b248913
commit
1a575f4666
2
CHANGES
2
CHANGES
@ -76,7 +76,7 @@ Features added
|
||||
entries in 3rd party extensions.
|
||||
* Python domain signature parser now uses the xref mixin for 'exceptions',
|
||||
allowing exception classes to be autolinked.
|
||||
|
||||
* #2513: Add `latex_engine` to switch the LaTeX engine by conf.py
|
||||
|
||||
Bugs fixed
|
||||
----------
|
||||
|
@ -1469,6 +1469,16 @@ Options for LaTeX output
|
||||
|
||||
These options influence LaTeX output. See further :doc:`latex`.
|
||||
|
||||
.. confval:: latex_engine
|
||||
|
||||
The LaTeX engine to build the docs. The setting can have the following
|
||||
values:
|
||||
|
||||
* pdflatex -- PDFLaTeX (default)
|
||||
* xelatex -- XeLaTeX
|
||||
* lualatex -- LuaLaTeX
|
||||
* platex -- pLaTeX (default if `language` is 'ja')
|
||||
|
||||
.. confval:: latex_documents
|
||||
|
||||
This value determines how to group the document tree into LaTeX source files.
|
||||
|
Loading…
Reference in New Issue
Block a user