mirror of https://github.com/YosysHQ/icestorm.git
Use rsvgconverter sphinx extension to convert svg to pdf
This commit is contained in:
parent
0bd9f5d7fa
commit
8893d13655
|
|
@ -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 = []
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
sphinx
|
||||
sphinx_rtd_theme
|
||||
sphinxcontrib-svg2pdfconverter
|
||||
|
|
|
|||
Loading…
Reference in New Issue