We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1e8ce commit d35163fCopy full SHA for d35163f
docs/conf.py
@@ -72,8 +72,12 @@
72
}
73
html_show_sphinx = False
74
html_show_sourcelink = False
75
+
76
+sitemap_url_scheme = "{link}"
77
78
if os.getenv("DOCS_BASE_URL"):
79
html_baseurl = os.getenv("DOCS_BASE_URL")
80
+ extensions.append("sphinx_sitemap") # Only generate sitemap when we have a base url
81
82
# Add any paths that contain custom static files (such as style sheets) here,
83
# relative to this directory. They are copied after the builtin static files,
requirements/base.txt
@@ -8,6 +8,7 @@ mdformat==0.7.16
8
mdformat-myst==0.1.5
9
mdformat-frontmatter==0.4.1
10
sphinx-notfound-page==0.8.3
11
+sphinx-sitemap==2.4.0
12
13
# hypernode/ requirements
14
beautifulsoup4==4.11.1
0 commit comments