SEBSERV-502 deprecation note

This commit is contained in:
anhefti 2024-01-25 10:25:59 +01:00
parent 43f6a88889
commit a600f7e469
2 changed files with 2 additions and 3 deletions

View file

@ -43,8 +43,7 @@ extensions = [
'sphinx.ext.todo', 'sphinx.ext.todo',
'sphinx.ext.imgmath', 'sphinx.ext.imgmath',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
'sphinx.ext.githubpages', 'sphinx.ext.githubpages'
'sphinx_rtd_theme'
] ]
# Add any paths that contain templates here, relative to this directory. # Add any paths that contain templates here, relative to this directory.

View file

@ -1,5 +1,5 @@
docutils<0.18 docutils<0.18
sphinx==5.3.0 sphinx==5.3.0
sphinx_rtd_theme==1.1.1 sphinx_rtd_theme==2.0.0
readthedocs-sphinx-search==0.1.1 readthedocs-sphinx-search==0.1.1
urllib3==1.26.13 urllib3==1.26.13