We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed672f7 commit 72c745eCopy full SHA for 72c745e
Doc/conf.py
@@ -44,6 +44,7 @@
44
_OPTIONAL_EXTENSIONS = (
45
'notfound.extension',
46
'sphinxext.opengraph',
47
+ 'sphinxcontrib.rsvgconverter',
48
)
49
for optional_ext in _OPTIONAL_EXTENSIONS:
50
try:
Doc/requirements.txt
@@ -13,6 +13,7 @@ blurb
13
14
sphinxext-opengraph~=0.12.0
15
sphinx-notfound-page~=1.0.0
16
+sphinxcontrib-svg2pdfconverter~=1.3.0
17
18
# The theme used by the documentation is stored separately, so we need
19
# to install that as well.
0 commit comments