From 75c2d69950256216dde9f416c972c539f2b6733d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 03:29:26 +0000 Subject: [PATCH] Update sphinx requirement from <4,>=3 to >=3,<6 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/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.0...v5.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..3ad75375ee4d 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, <6 sphinx_rtd_theme sphinx-autodoc-typehints==1.11.1 jupyter-sphinx>=0.3.2