File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -109,9 +109,11 @@ def setup(app):
109
109
"sphinx.ext.todo" ,
110
110
"sphinx-prompt" , # Required by sphinx_substitution_extensions
111
111
"sphinx_inline_tabs" ,
112
- "sphinx_substitution_extensions"
112
+ "sphinx_substitution_extensions" ,
113
+ 'sphinx_sitemap' , # Required for the sitemap
113
114
]
114
115
116
+
115
117
source_suffix = ".rst"
116
118
117
119
# Add any paths that contain templates here, relative to this directory.
@@ -138,6 +140,7 @@ def setup(app):
138
140
html_show_sourcelink = True # False on private repos; True on public repos
139
141
html_theme = 'furo'
140
142
html_title = project
143
+ html_baseurl = 'https://docs.saltproject.io/salt/user-guide/en/latest/'
141
144
142
145
html_theme_options = {
143
146
"dark_css_variables" : {
Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ sphinx-copybutton>=0.5.1
4
4
sphinx-design >= 0.3.0
5
5
sphinx-inline-tabs >= 2022.1.2b11
6
6
sphinx-prompt
7
+ sphinx-sitemap == 2.6.0
7
8
sphinx-tabs >= 3.4.1
8
9
sphinx >= 5.3.0
You can’t perform that action at this time.
0 commit comments