mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
doc: Add translation.png to build latexpdf successfully
This commit is contained in:
parent
44ee514fbe
commit
d2fdc851fa
4
doc/_static/Makefile
vendored
4
doc/_static/Makefile
vendored
@ -1,4 +1,6 @@
|
|||||||
|
translation.png: translation.puml
|
||||||
|
plantuml -tpng $<
|
||||||
translation.svg: translation.puml
|
translation.svg: translation.puml
|
||||||
plantuml -tsvg $<
|
plantuml -tsvg $<
|
||||||
clean:
|
clean:
|
||||||
rm translation.svg
|
rm -f translation.png translation.svg
|
||||||
|
0
doc/_static/translation.pdf
vendored
Normal file
0
doc/_static/translation.pdf
vendored
Normal file
BIN
doc/_static/translation.png
vendored
Normal file
BIN
doc/_static/translation.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
@ -9,7 +9,7 @@ Complementary to translations provided for Sphinx-generated messages such as
|
|||||||
navigation bars, Sphinx provides mechanisms facilitating *document* translations
|
navigation bars, Sphinx provides mechanisms facilitating *document* translations
|
||||||
in itself. See the :ref:`intl-options` for details on configuration.
|
in itself. See the :ref:`intl-options` for details on configuration.
|
||||||
|
|
||||||
.. figure:: /_static/translation.svg
|
.. figure:: /_static/translation.*
|
||||||
:width: 100%
|
:width: 100%
|
||||||
|
|
||||||
Workflow visualization of translations in Sphinx. (The figure is created by
|
Workflow visualization of translations in Sphinx. (The figure is created by
|
||||||
|
Loading…
Reference in New Issue
Block a user