diff --git a/docs/requirements.txt b/docs/requirements.txt index 09f577dcc..66a7b262b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ sphinx==7.4.7 sphinx-design==0.5.0 sphinx-argparse==0.5.2 sphinx-autoapi==3.0.0 -sphinx-rtd-theme==2.0.0 +sphinx-rtd-theme==3.0.1 sphinxcontrib-programoutput==0.17 sphinxext-remoteliteralinclude==0.4.0 sphinx-copybutton==0.5.2 diff --git a/pyproject.toml b/pyproject.toml index d268b2025..33cfd80a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ docs = [ "sphinx-design==0.5.0", "sphinx-argparse==0.5.2", "sphinx-autoapi==3.0.0", - "sphinx-rtd-theme==2.0.0", + "sphinx-rtd-theme==3.0.1", "sphinxcontrib-programoutput==0.17", "sphinxext-remoteliteralinclude==0.4.0", "sphinx-copybutton==0.5.2"