mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
* Add more generated text to the automatic translation.
* Remove all locale-dependent text from sphinx.sty, put it into Python files to enable message extraction and translation. * Use babel in the LaTeX output. * Centralize locations for labels used in every builder.
This commit is contained in:
@@ -99,8 +99,9 @@ General configuration
|
||||
.. confval:: language
|
||||
|
||||
The code for the language the docs are written in. Any text automatically
|
||||
generated by Sphinx will be in that language. Default is ``None``, which
|
||||
means that no translation will be done.
|
||||
generated by Sphinx will be in that language. Also, in the LaTeX builder, a
|
||||
suitable language will be selected as an option for the *Babel* package.
|
||||
Default is ``None``, which means that no translation will be done.
|
||||
|
||||
.. versionadded:: 0.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user