Update sphinx and sphinx-rtd-theme to match godot-docs, and hide version display.

This commit is contained in:
Lukas Tenbrink
2025-07-29 22:16:49 +02:00
parent e47f1fade6
commit 1f5da89c63
2 changed files with 6 additions and 2 deletions

View File

@@ -31,6 +31,10 @@ templates_path = ['_templates']
html_theme = 'sphinx_rtd_theme'
html_theme_options = {
'display_version': False,
}
html_context = {
"display_github": True,
"github_user": "Ivorforce",

View File

@@ -1,2 +1,2 @@
sphinx==7.1.2
sphinx-rtd-theme==1.3.0rc1
sphinx==8.1.3
sphinx_rtd_theme==3.0.2