From f31eacb7571d25ecccd4fddc90980c69be223c2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:58:44 +0000 Subject: [PATCH] Update sphinx requirement from <8 to <9 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.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v0.1.61611...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index dd993275a5..afbbfb67f9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -9,7 +9,7 @@ netCDF4 # actual documentation requirements ipykernel nbsphinx -sphinx<8 +sphinx<9 sphinx-rtd-theme sphinx-design sphinx-gallery diff --git a/pyproject.toml b/pyproject.toml index f8169d3eb6..d9cc8edc8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -195,7 +195,7 @@ test = [ ] docs = [ - "sphinx<8", + "sphinx<9", "nbsphinx", "sphinx-rtd-theme", "sphinx-design",