We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ade1c46 commit e91a13cCopy full SHA for e91a13c
docs/conf.py
@@ -150,7 +150,15 @@ def setup(app):
150
html_show_sourcelink = True # False on private repos; True on public repos
151
html_theme = "furo"
152
html_title = "Salt install guide"
153
-html_baseurl = "https://docs.saltproject.io/salt/install-guide/en/latest/"
+html_baseurl = "https://docs.saltproject.io/salt/install-guide/"
154
+
155
+# Extends baseurl, in combination with version value
156
+sitemap_locales = ["en"]
157
+# Pages we don't care to include in generated sitemap file
158
+sitemap_excludes = [
159
+ "search.html",
160
+ "genindex.html",
161
+]
162
163
html_theme_options = {
164
"dark_css_variables": {
0 commit comments