From 305772d5436ee16a48e8305da557b02469b8f02e Mon Sep 17 00:00:00 2001 From: scriptautomate-bc <204508229+scriptautomate-bc@users.noreply.github.com> Date: Fri, 2 May 2025 20:38:05 -0500 Subject: [PATCH] Exclude some initial files from sitemap --- docs/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) 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": {