We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62fb79 commit 58f2f81Copy full SHA for 58f2f81
1 file changed
docs/conf.py
@@ -109,9 +109,11 @@ def setup(app):
109
"sphinx.ext.todo",
110
"sphinx-prompt", # Required by sphinx_substitution_extensions
111
"sphinx_inline_tabs",
112
- "sphinx_substitution_extensions"
+ "sphinx_substitution_extensions",
113
+ "sphinx-sitemap", # Required for the sitemap
114
]
115
116
+
117
source_suffix = ".rst"
118
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'
142
html_title = project
143
+html_baseurl = 'https://docs.saltproject.io/salt/user-guide/en/latest/'
144
145
html_theme_options = {
146
"dark_css_variables": {
0 commit comments