From 205aed7499bf73ee2eb8fea1374040480b72bc10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 08:03:27 +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 39bade0b..3912c7d6 100644 --- a/requirements/documentation.txt +++ b/requirements/documentation.txt @@ -5,5 +5,5 @@ myst-parser[linkify]>=0.14,<2.1 sphinx-autobuild==2021.3.14 sphinx-autodoc-typehints>=1.11,<1.26 sphinx-copybutton>=0.2,<1 -sphinx-rtd-theme>=1,<2 +sphinx-rtd-theme>=1,<3 sphinxext-opengraph>=0.4,<1