From 655f4654fd86133c86fdcfd882e574cbac6cf585 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Wed, 1 May 2024 12:45:54 -0700 Subject: [PATCH] Update doc requirements (#7435) --- pyproject.toml | 8 ++++---- requirements/doc.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a1ffd231bc3..39d7603492b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,13 +67,13 @@ developer = [ 'rtoml', ] doc = [ - 'sphinx>=7', - 'pydata-sphinx-theme>=0.14', - 'sphinx-gallery>=0.14', + 'sphinx>=7.3', + 'pydata-sphinx-theme>=0.15', + 'sphinx-gallery>=0.16', 'numpydoc>=1.7', 'pillow>=9.4', 'texext>=0.6.7', - 'myst-nb>=1.0', + 'myst-nb>=1.1', ] extra = [ 'lxml>=4.6', diff --git a/requirements/doc.txt b/requirements/doc.txt index 5a5fbd2eba3..db02973d3cb 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -1,9 +1,9 @@ # Generated via tools/generate_requirements.py and pre-commit hook. # Do not edit this file; modify pyproject.toml instead. -sphinx>=7 -pydata-sphinx-theme>=0.14 -sphinx-gallery>=0.14 +sphinx>=7.3 +pydata-sphinx-theme>=0.15 +sphinx-gallery>=0.16 numpydoc>=1.7 pillow>=9.4 texext>=0.6.7 -myst-nb>=1.0 +myst-nb>=1.1