Skip to content

Commit

Permalink
use sphinxcontrib.cairosvgconverter to convert SVGs into PDFs when bu…
Browse files Browse the repository at this point in the history
…ilding pdf documentation
  • Loading branch information
bernhardmgruber committed Sep 21, 2020
1 parent d2199d8 commit a586289
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'breathe'
'breathe',
'sphinxcontrib.cairosvgconverter'
]

breathe_projects = { "LLAMA": "./doxygen/xml" }
Expand Down
2 changes: 2 additions & 0 deletions documentation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ recommonmark
sphinx>=3.2.1
breathe>=4.5
sphinxcontrib.programoutput
cairosvg
sphinxcontrib.cairosvgconverter

0 comments on commit a586289

Please sign in to comment.