From e634b5374abb40c1a34720338754c7e1739d53a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:03:43 +0000 Subject: [PATCH] Update sphinx-rtd-theme requirement from <0.6 to <3.1 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...3.0.2) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0892b7ff0d..c878fadaf8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ pynacl>=1.4.0 requests>=2.14.0 pyjwt>=2.0 sphinx<3 -sphinx-rtd-theme<0.6 +sphinx-rtd-theme<3.1 Deprecated