Skip to content

Commit

Permalink
Merge pull request #7924 from tk0miya/7921_translation.png
Browse files Browse the repository at this point in the history
doc: Add translation.png to build latexpdf successfully
  • Loading branch information
tk0miya committed Jul 9, 2020
2 parents 5da54cc + d2fdc85 commit 98a854d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/_static/Makefile
@@ -1,4 +1,6 @@
translation.png: translation.puml
plantuml -tpng $<
translation.svg: translation.puml
plantuml -tsvg $<
clean:
rm translation.svg
rm -f translation.png translation.svg
Empty file added doc/_static/translation.pdf
Empty file.
Binary file added doc/_static/translation.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/usage/advanced/intl.rst
Expand Up @@ -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.svg
.. figure:: /_static/translation.*
:width: 100%

Workflow visualization of translations in Sphinx. (The figure is created by
Expand Down

0 comments on commit 98a854d

Please sign in to comment.