diff --git a/docs/requirements.txt b/docs/requirements.txt index 9d3190cd0..bb3806ba9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,7 +5,7 @@ sphinx==7.1.2 sphinx-design==0.5.0 sphinx-argparse==0.4.0 sphinx-autoapi==3.0.0 -sphinx-rtd-theme==1.3.0 +sphinx-rtd-theme==2.0.0 sphinxcontrib-programoutput==0.17 sphinxext-remoteliteralinclude==0.4.0 sphinx-copybutton==0.5.2 diff --git a/pyproject.toml b/pyproject.toml index bb39f7e1d..357d7a36e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ docs = [ "sphinx-design==0.5.0", "sphinx-argparse==0.4.0", "sphinx-autoapi==3.0.0", - "sphinx-rtd-theme==1.3.0", + "sphinx-rtd-theme==2.0.0", "sphinxcontrib-programoutput==0.17", "sphinxext-remoteliteralinclude==0.4.0", "sphinx-copybutton==0.5.2"