mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2025-12-31 05:48:13 +03:00
Update sphinx and sphinx-rtd-theme to match godot-docs, and hide version display.
This commit is contained in:
4
conf.py
4
conf.py
@@ -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",
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
sphinx==7.1.2
|
||||
sphinx-rtd-theme==1.3.0rc1
|
||||
sphinx==8.1.3
|
||||
sphinx_rtd_theme==3.0.2
|
||||
|
||||
Reference in New Issue
Block a user