fix: use svg to pdf converter instead of original solution

This commit is contained in:
Henry Schreiner 2020-09-17 15:57:03 -04:00
parent 81555ce61f
commit 54831a9a1a
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import subprocess
# Add any Sphinx extension module names here, as strings. They can be # Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones. # ones.
extensions = ['breathe', 'sphinx.ext.imgconverter'] extensions = ['breathe', 'sphinxcontrib.rsvgconverter']
breathe_projects = {'pybind11': '.build/doxygenxml/'} breathe_projects = {'pybind11': '.build/doxygenxml/'}
breathe_default_project = 'pybind11' breathe_default_project = 'pybind11'

View File

@ -3,3 +3,4 @@ commonmark==0.9.1
recommonmark==0.6.0 recommonmark==0.6.0
sphinx==3.2.1 sphinx==3.2.1
sphinx_rtd_theme==0.5.0 sphinx_rtd_theme==0.5.0
sphinxcontrib-svg2pdfconverter==1.1.0