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 518f9a5 commit 305772dCopy full SHA for 305772d
docs/conf.py
@@ -127,8 +127,14 @@ def setup(app):
127
html_theme = 'furo'
128
html_title = project
129
html_baseurl = 'https://docs.saltproject.io/salt/user-guide/'
130
+
131
# Extends baseurl, in combination with version value
132
sitemap_locales = ['en']
133
+# Pages we don't care to include in generated sitemap file
134
+sitemap_excludes = [
135
+ "search.html",
136
+ "genindex.html",
137
+]
138
139
html_theme_options = {
140
"dark_css_variables": {
0 commit comments