We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ffbd4 commit 42ac39dCopy full SHA for 42ac39d
2 files changed
requirements.txt
@@ -1 +1,2 @@
1
-Sphinx~=5.0
+Sphinx ~= 5.0
2
+sphinx-sitemap ~= 2.5
source/conf.py
@@ -26,7 +26,7 @@
26
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
27
# ones.
28
extensions = [
29
- 'sphinx.ext.todo',
+ 'sphinx_sitemap',
30
]
31
32
# Add any paths that contain templates here, relative to this directory.
@@ -204,6 +204,9 @@
204
# Output file base name for HTML help builder.
205
htmlhelp_basename = 'GehirnWebServicesAPIdoc'
206
207
+sitemap_url_scheme = "{link}"
208
+sitemap_locales = [None]
209
+
210
# -- Options for LaTeX output ---------------------------------------------
211
212
latex_elements = {
0 commit comments