File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ def setup(app):
111
111
"sphinx-prompt" , # Required by sphinx_substitution_extensions
112
112
"sphinx_inline_tabs" ,
113
113
"sphinx_substitution_extensions" ,
114
+ "sphinx_sitemap" ,
114
115
]
115
116
# Render TODO directives
116
117
todo_include_todos = True
@@ -143,6 +144,15 @@ def setup(app):
143
144
html_show_sourcelink = True # False on private repos; True on public repos
144
145
html_theme = "furo"
145
146
html_title = "Salt install guide"
147
+ html_baseurl = "https://docs.saltproject.io/salt/install-guide/"
148
+
149
+ # Extends baseurl, in combination with version value
150
+ sitemap_locales = ["en" ]
151
+ # Pages we don't care to include in generated sitemap file
152
+ sitemap_excludes = [
153
+ "search.html" ,
154
+ "genindex.html" ,
155
+ ]
146
156
147
157
html_theme_options = {
148
158
"dark_css_variables" : {
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ sphinx-copybutton>=0.5.2
3
3
sphinx-design >= 0.5.0
4
4
sphinx-inline-tabs >= 2023.4.21
5
5
sphinx-prompt >= 1.5.0
6
+ sphinx-sitemap == 2.6.0
6
7
sphinx-substitution-extensions >= 2022.02.16
7
8
sphinx-tabs >= 3.4.7
8
9
sphinx >= 5.3.0
You can’t perform that action at this time.
0 commit comments