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 50
50
"sphinx.ext.todo" ,
51
51
"sphinx_copybutton" ,
52
52
"sphinx_inline_tabs" ,
53
+ "sphinx_sitemap" ,
53
54
"sphinxcontrib.cairosvgconverter" ,
54
55
"sphinxext.opengraph" ,
55
56
]
@@ -203,3 +204,13 @@ def setup(app):
203
204
# -- graphviz configuration --------------------------------------------------
204
205
205
206
graphviz_output_format = "svg"
207
+
208
+ # -- sitemap configuration ---------------------------------------------------
209
+
210
+ sitemap_url_scheme = "{link}"
211
+ sitemap_excludes = [
212
+ "404.html" ,
213
+ "search.html" ,
214
+ "genindex.html" ,
215
+ ]
216
+ sitemap_show_lastmod = True
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ docs = [
25
25
" sphinx-inline-tabs" ,
26
26
" sphinx-lint" ,
27
27
" sphinx-notfound-page" ,
28
+ " sphinx-sitemap" ,
28
29
" sphinx_copybutton" ,
29
30
" sphinxcontrib-svg2pdfconverter" ,
30
31
" sphinxext.opengraph"
You can’t perform that action at this time.
0 commit comments