From 64a8cf0a9673e877ac82af41e9579197db9995bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 02:53:32 +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] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 09f577dcc..27379341c 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.2 sphinxcontrib-programoutput==0.17 sphinxext-remoteliteralinclude==0.4.0 sphinx-copybutton==0.5.2 diff --git a/pyproject.toml b/pyproject.toml index 71b408a73..236d6a155 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.2", "sphinxcontrib-programoutput==0.17", "sphinxext-remoteliteralinclude==0.4.0", "sphinx-copybutton==0.5.2"