From 39f0d0d57360826ecfe266e8f9e5d944ac72b55c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 04:06:42 +0000 Subject: [PATCH] Update sphinx-rtd-theme requirement in /requirements 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/documentation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/documentation.txt b/requirements/documentation.txt index 18876b9..842327f 100644 --- a/requirements/documentation.txt +++ b/requirements/documentation.txt @@ -4,4 +4,4 @@ myst-parser[linkify]>=1,<2.1 sphinx-autobuild==2021.* sphinx-copybutton>=0.2,<1 -sphinx-rtd-theme>=1,<2 +sphinx-rtd-theme>=1,<3