diff --git a/conf.py b/conf.py index acd1e6b..0a6ae86 100644 --- a/conf.py +++ b/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", diff --git a/requirements.txt b/requirements.txt index 53fc1f3..7ae4320 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -sphinx==7.1.2 -sphinx-rtd-theme==1.3.0rc1 +sphinx==8.1.3 +sphinx_rtd_theme==3.0.2