Skip to content

Commit e91a13c

Browse files
committed
updated the base URL
1 parent ade1c46 commit e91a13c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/conf.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,15 @@ def setup(app):
150150
html_show_sourcelink = True # False on private repos; True on public repos
151151
html_theme = "furo"
152152
html_title = "Salt install guide"
153-
html_baseurl = "https://docs.saltproject.io/salt/install-guide/en/latest/"
153+
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+
]
154162

155163
html_theme_options = {
156164
"dark_css_variables": {

0 commit comments

Comments
 (0)