Merge pull request #342 from tarikgraba/master

Settings to build pdf documentation
This commit is contained in:
Miodrag Milanović 2025-06-03 14:40:39 +02:00 committed by GitHub
commit f31c39cc2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -13,7 +13,9 @@ author = 'YosysHQ'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#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'] templates_path = ['_templates']
exclude_patterns = [] exclude_patterns = []
@ -31,3 +33,5 @@ html_theme_options = {
"titles_only": False "titles_only": False
} }
html_static_path = ['_static'] html_static_path = ['_static']
latex_engine = 'lualatex'

View File

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