From 841c322f7af48fa1cf8ca5a7ed92d143ad196bce Mon Sep 17 00:00:00 2001 From: Alex Lowe Date: Tue, 15 Aug 2023 19:14:13 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e81d15..05fa059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ types = [ ] docs = [ "furo==2023.7.26", - "sphinx>=7.1.2,<7.2", + "sphinx>=7.1.2,<8", "sphinx-autobuild==2021.3.14", "sphinx-copybutton==0.5.2", "sphinx-design==0.5.0",