mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-13 21:42:53 +08:00
Add sitemap generator
This commit is contained in:
parent
415e7451bd
commit
06830a97f4
@ -43,6 +43,7 @@ extensions = [
|
||||
'sphinx.ext.mathjax',
|
||||
'sphinx.ext.ifconfig',
|
||||
'sphinx.ext.viewcode',
|
||||
'sphinx_sitemap',
|
||||
|
||||
'breathe',
|
||||
]
|
||||
@ -81,6 +82,7 @@ html_theme_options = {
|
||||
}
|
||||
html_logo = 'static/images/logo_tm.png'
|
||||
github_url = 'https://github.com/MaJerle/lwmem'
|
||||
html_baseurl = 'https://docs.majerle.eu/projects/lwmem/'
|
||||
|
||||
# Add any paths that contain custom static files (such as style sheets) here,
|
||||
# relative to this directory. They are copied after the builtin static files,
|
||||
|
@ -4,4 +4,5 @@ docutils>=0.14
|
||||
sphinx>=2.0.1
|
||||
sphinx_rtd_theme
|
||||
sphinx-tabs
|
||||
sphinxcontrib-svg2pdfconverter
|
||||
sphinxcontrib-svg2pdfconverter
|
||||
sphinx-sitemap
|
||||
|
Loading…
x
Reference in New Issue
Block a user