Configure plantuml to generate svg files (fixes #7134)

This commit is contained in:
Septatrix 2020-03-10 18:57:49 +01:00
parent 46b4f595ca
commit 97133d4bf0
4 changed files with 32 additions and 3 deletions

View File

@ -1,4 +1,4 @@
translation.png: translation.puml
plantuml $<
translation.svg: translation.puml
plantuml -tsvg $<
clean:
rm translation.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

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

View File

@ -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