diff --git a/docs/conf.py b/docs/conf.py index f860e47e4..70f190b86 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,8 +43,7 @@ 'sphinx.ext.todo', 'sphinx.ext.imgmath', 'sphinx.ext.viewcode', - 'sphinx.ext.githubpages', - 'sphinx_rtd_theme' + 'sphinx.ext.githubpages' ] # Add any paths that contain templates here, relative to this directory. diff --git a/docs/requirements.txt b/docs/requirements.txt index eb2a5188c..53d444665 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ docutils<0.18 sphinx==5.3.0 -sphinx_rtd_theme==1.1.1 +sphinx_rtd_theme==2.0.0 readthedocs-sphinx-search==0.1.1 urllib3==1.26.13 \ No newline at end of file