From 0a7a27e6ad22b72aec3258bf0b34c0d921fce96d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:42:42 +0000 Subject: [PATCH] pip prod(deps): update sphinx-rtd-theme requirement Updates the requirements on [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/0.1.8...2.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e169b64..a80a074 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pytest-cov = { optional = true, version = "*" } sphinx = { optional = true, version = "<7" } # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279 nbsphinx = { optional = true, version = "<=0.9.3" } sphinx-autodoc-typehints = { optional = true, version = "<=1.23.0" } -sphinx_rtd_theme = { optional = true, version = "<=1.3.0" } +sphinx_rtd_theme = { optional = true, version = "<=2.0.0" } readthedocs-sphinx-ext = { optional = true, version = "<=2.2.3" } recommonmark = { optional = true, version = "<=0.7.1" }