Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,11 @@ def setup(app):
"sphinx.ext.todo",
"sphinx-prompt", # Required by sphinx_substitution_extensions
"sphinx_inline_tabs",
"sphinx_substitution_extensions"
"sphinx_substitution_extensions",
'sphinx_sitemap', # Required for the sitemap
]


source_suffix = ".rst"

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -138,6 +140,7 @@ def setup(app):
html_show_sourcelink = True # False on private repos; True on public repos
html_theme = 'furo'
html_title = project
html_baseurl = 'https://docs.saltproject.io/salt/user-guide/en/latest/'

html_theme_options = {
"dark_css_variables": {
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ sphinx-copybutton>=0.5.1
sphinx-design>=0.3.0
sphinx-inline-tabs>=2022.1.2b11
sphinx-prompt
sphinx-sitemap==2.6.0
sphinx-tabs>=3.4.1
sphinx>=5.3.0