Skip to content

Commit 72c745e

Browse files
committed
Docs: PDF: convert SVG to PDF using sphinxcontrib.rsvgconverter
1 parent ed672f7 commit 72c745e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
_OPTIONAL_EXTENSIONS = (
4545
'notfound.extension',
4646
'sphinxext.opengraph',
47+
'sphinxcontrib.rsvgconverter',
4748
)
4849
for optional_ext in _OPTIONAL_EXTENSIONS:
4950
try:

Doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ blurb
1313

1414
sphinxext-opengraph~=0.12.0
1515
sphinx-notfound-page~=1.0.0
16+
sphinxcontrib-svg2pdfconverter~=1.3.0
1617

1718
# The theme used by the documentation is stored separately, so we need
1819
# to install that as well.

0 commit comments

Comments
 (0)