mirror of https://github.com/YosysHQ/icestorm.git
Merge pull request #342 from tarikgraba/master
Settings to build pdf documentation
This commit is contained in:
commit
f31c39cc2e
|
|
@ -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'
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
sphinx
|
sphinx
|
||||||
sphinx_rtd_theme
|
sphinx_rtd_theme
|
||||||
|
sphinxcontrib-svg2pdfconverter
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue