From 52bb9ac1c1398f3c1207daf33fdb63f0e8b1d17a Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:43:29 +0200 Subject: [PATCH] Set sphinx dep at >= 7.2.1 after patch. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0437ce3f..6a8f769d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dev = [ ] docs = [ "pydata-sphinx-theme>=0.13.1", - "sphinx>=6.1.3,<7.2", + "sphinx>=7.2.1", "sphinx-argparse>=0.4.0", "sphinx_copybutton>=0.5.1", ]