We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0cf6f commit e0633e3Copy full SHA for e0633e3
2 files changed
docs/conf.py
@@ -49,6 +49,7 @@
49
"sphinx.ext.viewcode",
50
"sphinx_copybutton",
51
"sphinx_inline_tabs",
52
+ "sphinx_sitemap",
53
"sphinxcontrib.cairosvgconverter",
54
"sphinxcontrib.plantuml",
55
"sphinxext.opengraph",
@@ -244,3 +245,13 @@
244
245
"Miscellaneous",
246
),
247
]
248
+
249
+# -- sitemap configuration ---------------------------------------------------
250
251
+sitemap_url_scheme = "{link}"
252
+sitemap_excludes = [
253
+ "404.html",
254
+ "search.html",
255
+ "genindex.html",
256
+]
257
+sitemap_show_lastmod = True
pyproject.toml
@@ -25,6 +25,7 @@ docs = [
25
"sphinx-inline-tabs",
26
"sphinx-lint",
27
"sphinx-notfound-page",
28
+ "sphinx-sitemap",
29
30
"sphinxcontrib-svg2pdfconverter",
31
0 commit comments