File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff 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+
115117source_suffix = ".rst"
116118
117119# Add any paths that contain templates here, relative to this directory.
@@ -138,6 +140,7 @@ def setup(app):
138140html_show_sourcelink = True # False on private repos; True on public repos
139141html_theme = 'furo'
140142html_title = project
143+ html_baseurl = 'https://docs.saltproject.io/salt/user-guide/en/latest/'
141144
142145html_theme_options = {
143146 "dark_css_variables" : {
You can’t perform that action at this time.
0 commit comments