From ceadd04c49dc273db8aa19a60a3385fa06718a4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Guerra?= Date: Thu, 26 Sep 2024 11:19:16 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f6e21873..95348874 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dynamic = ["version"] [project.optional-dependencies] dev = ["pytest==8.3.3", "pytest-cov==5.0.0", "black==24.8.0", "flake8==7.1.1"] -docs = ["sphinx==7.4.7", "sphinx-rtd-theme==2.0.0"] +docs = ["sphinx==7.4.7,<8", "sphinx-rtd-theme==2.0.0"] plugins = ["pyqt5~=5.15", "toml==0.10.2"] [project.urls]