Add figure_language_filename to customize filename pattern for figure substitutions

This commit is contained in:
Takeshi KOMIYA
2016-02-22 21:32:05 +09:00
parent 1f5aa28db0
commit 3f0843bca0
7 changed files with 69 additions and 3 deletions
+8
View File
@@ -547,6 +547,14 @@ documentation on :ref:`intl` for details.
.. versionadded:: 1.3
.. confval:: figure_language_filename
The filename format for language-specific figures. The default value is
``{root}.{language}{ext}``. It will be expanded to
``dirname/filename.en.png`` from ``.. image:: dirname/filename.png``.
.. versionadded:: 1.4
.. _html-options:
Options for HTML output