From dd6f8a82401fe7d19f491e2cec413b7c2572d5bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2025 09:27:40 +0000 Subject: [PATCH] Bump sphinx-rtd-theme from 2.0.0 to 3.0.2 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 2.0.0 to 3.0.2. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/2.0.0...3.0.2) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- doc-requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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", ]