From a20aae6ab118ea6b8c7bb3c5b8e75abe555b2fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 13:05:41 +0000 Subject: [PATCH] Update sphinx requirement from <4,>=3 to >=3,<7 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.0...v6.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 6ebda8815661..40b5f366c5c0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ # sphinx <4 required by myst-nb v0.12.0 (Feb 2021) # sphinx >=3 required by sphinx-autodoc-typehints v1.11.1 (Oct 2020) -sphinx >=3, <4 +sphinx >=3, <7 sphinx_rtd_theme sphinx-autodoc-typehints==1.11.1 jupyter-sphinx>=0.3.2