diff --git a/docs/conf.py b/docs/conf.py index 48a29cb..e6895ca 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -127,8 +127,14 @@ def setup(app): html_theme = 'furo' html_title = project html_baseurl = 'https://docs.saltproject.io/salt/user-guide/' + # Extends baseurl, in combination with version value sitemap_locales = ['en'] +# Pages we don't care to include in generated sitemap file +sitemap_excludes = [ + "search.html", + "genindex.html", +] html_theme_options = { "dark_css_variables": {