From 0e3a22dcb76629ce37c96ca660bebd110c191a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 02:34:26 +0000 Subject: [PATCH] Bump sphinx-rtd-theme from 2.0.0 to 3.0.1 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 2.0.0 to 3.0.1. - [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.1) --- 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..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"