mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
Merge pull request #8738 from ThomasWaldmann/update-rtd-master
docs theme updates / fixes
This commit is contained in:
commit
f3eeae9908
1 changed files with 3 additions and 0 deletions
|
|
@ -104,6 +104,9 @@ import guzzle_sphinx_theme
|
|||
html_theme_path = guzzle_sphinx_theme.html_theme_path()
|
||||
html_theme = "guzzle_sphinx_theme"
|
||||
|
||||
# Register the theme as an extension to generate a sitemap.xml
|
||||
extensions.append("guzzle_sphinx_theme")
|
||||
|
||||
|
||||
def set_rst_settings(app):
|
||||
app.env.settings.update({"field_name_limit": 0, "option_limit": 0})
|
||||
|
|
|
|||
Loading…
Reference in a new issue