diff --git a/docs/conf.py b/docs/conf.py index 4a4b1106bb..48c5710755 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,8 @@ 'sphinx.ext.intersphinx', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', - 'sphinx.ext.githubpages'] + 'sphinx.ext.githubpages', + 'sphinxcontrib.jquery'] intersphinx_mapping = { 'python': ('http://docs.python.org/3', None), diff --git a/docs/requirements.txt b/docs/requirements.txt index 8bf1e2f006..0a7408c2c2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -6,4 +6,4 @@ semver==3.0.2; python_version >= '3.7' Sphinx==5.3.0; python_version < '3.8' Sphinx==7.1.2; python_version == '3.8' Sphinx==7.2.6; python_version >= '3.9' -sphinx-rtd-theme==1.3.0 +sphinx-rtd-theme==2.0.0