From a600f7e4699a7d3f4128dea5f6c43c5666bf318e Mon Sep 17 00:00:00 2001 From: anhefti Date: Thu, 25 Jan 2024 10:25:59 +0100 Subject: [PATCH] SEBSERV-502 deprecation note --- docs/conf.py | 3 +-- docs/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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