From 07373d941eab4ea4d03caad49e8db327d2e1b84e Mon Sep 17 00:00:00 2001 From: Czar Echavez Date: Mon, 26 Feb 2024 08:44:08 +0000 Subject: [PATCH] #2257: Downgrade version of sphinx - 7.2.0 drops support for Python 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44ce75c6..19b5b7fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ dev = [ "pytest-cov==4.0.0", "pytest-flake8==1.1.1", "setuptools==66", - "Sphinx==7.2.6", + "Sphinx==7.1.2", "sphinx-copybutton==0.5.2", "wheel==0.38.4" ]