File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-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" : {
Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ sphinx-copybutton>=0.5.1
44sphinx-design >= 0.3.0
55sphinx-inline-tabs >= 2022.1.2b11
66sphinx-prompt
7+ sphinx-sitemap == 2.6.0
78sphinx-tabs >= 3.4.1
89sphinx >= 5.3.0
You can’t perform that action at this time.
0 commit comments