From 67da8637559ac99688242441a36a7f5a247b42e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 07:19:19 +0000 Subject: [PATCH] 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/1.0.0...2.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 9795a07c7..b593a4c97 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -2,7 +2,7 @@ # core dependencies sphinx>=4.2.0, <8.0.0 sphinx-autodoc-typehints>=1.12.0, <1.21 # limited due to https://github.com/tox-dev/sphinx-autodoc-typehints/issues/260 -sphinx-rtd-theme>=1.0.0, <2.0.0 +sphinx-rtd-theme>=1.0.0, <3.0.0 sphinxcontrib-apidoc>=0.3.0, <0.5.0 sphinxcontrib-bibtex>=2.1.0, <3.0.0 myst-parser>=1.0, <3.0