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):
111111 "sphinx-prompt" , # Required by sphinx_substitution_extensions
112112 "sphinx_inline_tabs" ,
113113 "sphinx_substitution_extensions" ,
114+ "sphinx_sitemap" ,
114115]
115116# Render TODO directives
116117todo_include_todos = True
@@ -143,6 +144,15 @@ def setup(app):
143144html_show_sourcelink = True # False on private repos; True on public repos
144145html_theme = "furo"
145146html_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+ ]
146156
147157html_theme_options = {
148158 "dark_css_variables" : {
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ sphinx-copybutton>=0.5.2
33sphinx-design >= 0.5.0
44sphinx-inline-tabs >= 2023.4.21
55sphinx-prompt >= 1.5.0
6+ sphinx-sitemap == 2.6.0
67sphinx-substitution-extensions >= 2022.02.16
78sphinx-tabs >= 3.4.7
89sphinx >= 5.3.0
You can’t perform that action at this time.
0 commit comments