Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
Comment thread
scriptautomate-bc marked this conversation as resolved.
Outdated
]


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 @@ -6,3 +6,4 @@ sphinx-inline-tabs>=2022.1.2b11
sphinx-prompt
sphinx-tabs>=3.4.1
sphinx>=5.3.0
sphinx-sitemap
Comment thread
scriptautomate-bc marked this conversation as resolved.
Outdated
Loading