Skip to content

Commit 58f2f81

Browse files
committed
adding the sitemap
1 parent b62fb79 commit 58f2f81

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,11 @@ def setup(app):
109109
"sphinx.ext.todo",
110110
"sphinx-prompt", # Required by sphinx_substitution_extensions
111111
"sphinx_inline_tabs",
112-
"sphinx_substitution_extensions"
112+
"sphinx_substitution_extensions",
113+
"sphinx-sitemap", # Required for the sitemap
113114
]
114115

116+
115117
source_suffix = ".rst"
116118

117119
# Add any paths that contain templates here, relative to this directory.
@@ -138,6 +140,7 @@ def setup(app):
138140
html_show_sourcelink = True # False on private repos; True on public repos
139141
html_theme = 'furo'
140142
html_title = project
143+
html_baseurl = 'https://docs.saltproject.io/salt/user-guide/en/latest/'
141144

142145
html_theme_options = {
143146
"dark_css_variables": {

0 commit comments

Comments
 (0)