diff --git a/pyproject.toml b/pyproject.toml index b95e5635..d32369ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test = [ ] docs = [ "sphinx==8.1.3", - "sphinx_rtd_theme==3.0.1", + "sphinx_rtd_theme==3.0.2", "readthedocs-sphinx-search==0.3.2" ] dev = [ diff --git a/requirements_docs.txt b/requirements_docs.txt index e13ea87c..ed23c0eb 100644 --- a/requirements_docs.txt +++ b/requirements_docs.txt @@ -1,3 +1,3 @@ sphinx==8.1.3 -sphinx_rtd_theme==3.0.1 +sphinx_rtd_theme==3.0.2 readthedocs-sphinx-search==0.3.2