Merge pull request #8738 from ThomasWaldmann/update-rtd-master

docs theme updates / fixes
This commit is contained in:
TW 2025-04-10 19:01:23 +02:00 committed by GitHub
commit f3eeae9908
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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})