mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Configure plantuml to generate svg files (fixes #7134)
This commit is contained in:
parent
46b4f595ca
commit
97133d4bf0
4
doc/_static/Makefile
vendored
4
doc/_static/Makefile
vendored
@ -1,4 +1,4 @@
|
||||
translation.png: translation.puml
|
||||
plantuml $<
|
||||
translation.svg: translation.puml
|
||||
plantuml -tsvg $<
|
||||
clean:
|
||||
rm translation.png
|
||||
|
BIN
doc/_static/translation.png
vendored
BIN
doc/_static/translation.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 20 KiB |
29
doc/_static/translation.svg
vendored
Normal file
29
doc/_static/translation.svg
vendored
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.6 KiB |
@ -9,7 +9,7 @@ Complementary to translations provided for Sphinx-generated messages such as
|
||||
navigation bars, Sphinx provides mechanisms facilitating *document* translations
|
||||
in itself. See the :ref:`intl-options` for details on configuration.
|
||||
|
||||
.. figure:: /_static/translation.png
|
||||
.. figure:: /_static/translation.svg
|
||||
:width: 100%
|
||||
|
||||
Workflow visualization of translations in Sphinx. (The figure is created by
|
||||
|
Loading…
Reference in New Issue
Block a user