mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Use double backticks for filename example
This commit is contained in:
parent
3982d526b2
commit
5ba5cb60e3
@ -661,7 +661,7 @@ documentation on :ref:`intl` for details.
|
|||||||
substitute individual paragraphs from your documents with the translation
|
substitute individual paragraphs from your documents with the translation
|
||||||
sets obtained from :confval:`locale_dirs`. Sphinx will search
|
sets obtained from :confval:`locale_dirs`. Sphinx will search
|
||||||
language-specific figures named by `figure.language.filename`
|
language-specific figures named by `figure.language.filename`
|
||||||
(e.g. the German version of `myfigure.png` will be `myfigure.de.png`)
|
(e.g. the German version of ``myfigure.png`` will be ``myfigure.de.png``)
|
||||||
and substitute them for original figures. In the LaTeX builder, a suitable
|
and substitute them for original figures. In the LaTeX builder, a suitable
|
||||||
language will be selected as an option for the *Babel* package. Default is
|
language will be selected as an option for the *Babel* package. Default is
|
||||||
``None``, which means that no translation will be done.
|
``None``, which means that no translation will be done.
|
||||||
|
Loading…
Reference in New Issue
Block a user