From 2fb179d85b91a650e31cb3c4f2332db2971673f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:43:19 -0500 Subject: [PATCH] Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 (#1672) * Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.3.0 to 2.0.0. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.3.0...2.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- 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 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"