diff --git a/.readthedocs.yml b/.readthedocs.yml index b6c90061..599eb94c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -18,6 +18,6 @@ sphinx: python: install: - - requirements: requirements.txt + - requirements: requirements/docs.txt - method: pip path: . diff --git a/docs/conf.py b/docs/conf.py index f49654b2..210b4d7f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -84,10 +84,6 @@ "warnings", ] -# If your documentation needs a minimal Sphinx version, state it here. - -needs_sphinx = "4.4" - # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. When extensions are removed or added, please update the section diff --git a/requirements/docs.txt b/requirements/docs.txt index d90c9ddd..b298ccc2 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -19,7 +19,7 @@ sphinx-issues >= 3.0.1 sphinx-notfound-page >= 0.8.3 sphinx-reredirects >= 0.1.1 sphinx_rtd_theme >= 1.2.0 -sphinx_tabs >= 3.4.1 +sphinx_tabs >= 3.4.1, <= 3.4.5 sphinxcontrib-bibtex >= 2.5.0 towncrier >= 22.12 tox >= 4.4.0 diff --git a/setup.cfg b/setup.cfg index 7b7bf123..1eb04bac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -88,7 +88,7 @@ docs = sphinx-notfound-page >= 0.8.3 sphinx-reredirects >= 0.1.1 sphinx_rtd_theme >= 1.2.0 - sphinx_tabs >= 3.4.1 + sphinx_tabs >= 3.4.1, <= 3.4.5 sphinxcontrib-bibtex >= 2.5.0 towncrier >= 22.12 tox >= 4.4.0