From ed3a93da4e8c571aaa9355a8f6416e1c04275f68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:58:07 +0000 Subject: [PATCH] build(deps): bump sphinx-rtd-theme from 1.2.0 to 3.0.0 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.2.0 to 3.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.2.0...3.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 079090c..065a5bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ docs = [ "Sphinx==6.1.3", "sphinx-autodoc-typehints==1.22.0", "asteroid-sphinx-theme==0.0.3", - "sphinx_rtd_theme==1.2.0", + "sphinx_rtd_theme==3.0.0", "m2r2==0.3.2", ] lint = ["black", "isort"] diff --git a/requirements.txt b/requirements.txt index 1d55cbb..933bfcb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -223,7 +223,7 @@ sphinx==6.1.3 # sphinxcontrib-jquery sphinx-autodoc-typehints==1.22 # via bromodels (pyproject.toml) -sphinx-rtd-theme==1.2.0 +sphinx-rtd-theme==3.0.0 # via bromodels (pyproject.toml) sphinxcontrib-applehelp==1.0.8 # via sphinx