diff --git a/doc-requirements.txt b/doc-requirements.txt index 71cc2ce1c..ce7ef2b00 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -142,7 +142,7 @@ sphinx==7.4.7 # sphinxcontrib-jquery sphinx-autobuild==2024.9.19 # via appdaemon (pyproject.toml) -sphinx-rtd-theme==2.0.0 +sphinx-rtd-theme==3.0.2 # via appdaemon (pyproject.toml) sphinxcontrib-applehelp==2.0.0 # via sphinx diff --git a/pyproject.toml b/pyproject.toml index 9dffef7b4..c4e3b3586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dev = [ # Dependencies required to build the documentation using sphinx doc = [ "sphinx-autobuild >= 2021.3.14,< 2024.10.0", - "sphinx-rtd-theme == 2.0.0", + "sphinx-rtd-theme == 3.0.2", "pygments >= 2.14,< 2.19", "myst-parser == 4.0.0", ]