From 9efa00b01c31b0b0e3a6bf7de9c3a6a9f44d7224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 05:57:52 +0000 Subject: [PATCH] [DEPENDABOT]: Update sphinx requirement in /docs 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.5.4...v7.0.1) --- 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 30cf1da..63a5ed4 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,7 +8,7 @@ ipywidgets>=8.0.0 nbsphinx>=0.8.1,<0.8.7 pyenchant>=3.1.1 requests -sphinx>=3.5.4,<=4.0.0 +sphinx>=3.5.4,<=7.0.1 sphinx-autodoc-annotation sphinx-autodoc-typehints>=1.10.3 sphinx_gallery>=0.8.2,<0.11 # https://github.com/spatialaudio/nbsphinx/pull/666