Use rsvgconverter sphinx extension to convert svg to pdf

This commit is contained in:
TG 2025-01-27 16:21:55 +01:00 committed by senadm
parent 0bd9f5d7fa
commit 8893d13655
2 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,9 @@ author = 'YosysHQ'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
extensions = ['sphinx_rtd_theme']
extensions = ['sphinx_rtd_theme',
'sphinxcontrib.rsvgconverter'
]
templates_path = ['_templates']
exclude_patterns = []

View File

@ -1,2 +1,3 @@
sphinx
sphinx_rtd_theme
sphinxcontrib-svg2pdfconverter