Add sitemap generator

This commit is contained in:
Tilen Majerle 2020-01-02 21:26:03 +01:00
parent 415e7451bd
commit 06830a97f4
2 changed files with 4 additions and 1 deletions

View File

@ -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,

View File

@ -4,4 +4,5 @@ docutils>=0.14
sphinx>=2.0.1
sphinx_rtd_theme
sphinx-tabs
sphinxcontrib-svg2pdfconverter
sphinxcontrib-svg2pdfconverter
sphinx-sitemap