diff --git a/docs/requirements.txt b/docs/requirements.txt index eaa78b2..dcaa23a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ sphinx -sphinx-rtd-theme +sphinx-rtd-theme>=3.0 sphinx-copybutton diff --git a/pyproject.toml b/pyproject.toml index 213bfaf..7784c16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dynamic = ["version"] dependencies = [ "setuptools_scm", "sphinx", # Used to automatically generate documentation - "sphinx-rtd-theme", # Used to render documentation + "sphinx-rtd-theme>=3.0", # Used to render documentation "sphinx-copybutton", "pyyaml-include<3.0", ] @@ -45,7 +45,7 @@ dev = [ "sphinx", "sphinx-autoapi", "sphinx-copybutton", - "sphinx-rtd-theme", + "sphinx-rtd-theme>=3.0", ] [build-system] diff --git a/python-project-template/{% if include_docs %}docs{% endif %}/requirements.txt.jinja b/python-project-template/{% if include_docs %}docs{% endif %}/requirements.txt.jinja index bdfa9cd..e96005e 100644 --- a/python-project-template/{% if include_docs %}docs{% endif %}/requirements.txt.jinja +++ b/python-project-template/{% if include_docs %}docs{% endif %}/requirements.txt.jinja @@ -8,4 +8,4 @@ nbsphinx sphinx sphinx-autoapi sphinx-copybutton -sphinx-rtd-theme \ No newline at end of file +sphinx-rtd-theme>=3.0 \ No newline at end of file