diff --git a/docs/requirements.txt b/docs/requirements.txt index b25d281..4ac568c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,4 +2,4 @@ sphinx sphinx-autoapi sphinx-copybutton -sphinx-rtd-theme>=3.0 \ No newline at end of file +sphinx-rtd-theme>=3.1.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 203cbf8..1332e13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "sphinx", "sphinx-autoapi", "sphinx-copybutton", - "sphinx-rtd-theme>=3.0", + "sphinx-rtd-theme>=3.1.0", ] [build-system]