Commit 54831a9a by Henry Schreiner

fix: use svg to pdf converter instead of original solution

parent 81555ce6
...@@ -31,7 +31,7 @@ import subprocess ...@@ -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'
......
...@@ -3,3 +3,4 @@ commonmark==0.9.1 ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment