File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 54
54
"sphinx.ext.todo" ,
55
55
"sphinx_copybutton" ,
56
56
"sphinx_inline_tabs" ,
57
+ "sphinx_sitemap" ,
57
58
"sphinxcontrib.cairosvgconverter" ,
58
59
"sphinxext.opengraph" ,
59
60
]
@@ -246,3 +247,13 @@ def setup(app):
246
247
# -- graphviz configuration --------------------------------------------------
247
248
248
249
graphviz_output_format = "svg"
250
+
251
+ # -- sitemap configuration ---------------------------------------------------
252
+
253
+ sitemap_url_scheme = "{link}"
254
+ sitemap_excludes = [
255
+ "404.html" ,
256
+ "search.html" ,
257
+ "genindex.html" ,
258
+ ]
259
+ sitemap_show_lastmod = True
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ docs = [
26
26
" sphinx-copybutton" ,
27
27
" sphinx-lint" ,
28
28
" sphinx-notfound-page" ,
29
+ " sphinx-sitemap" ,
29
30
" sphinx_inline_tabs" ,
30
31
" sphinxcontrib-svg2pdfconverter" ,
31
32
" sphinxext.opengraph" , # matplotlib is required for social cards
You can’t perform that action at this time.
0 commit comments