diff --git a/docs/shared.conf.py b/docs/shared.conf.py index 71da40b67dbf..20d6499311c3 100644 --- a/docs/shared.conf.py +++ b/docs/shared.conf.py @@ -42,6 +42,7 @@ 'myst_parser', 'sphinx_togglebutton', 'notfound.extension', + 'sphinxcontrib.jquery', # 'alabaster', ] diff --git a/requirements.txt b/requirements.txt index 519ab0afd47e..979f8fb22ddd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -sphinx==6 -sphinx_rtd_theme==1.2.0 +sphinx==7.0 +sphinx_rtd_theme==3.0.0 sphinx-togglebutton myst_parser==3.0.1 urllib3==1.26.19