From c67892de9e70bff8805cd7e4c4f76cc5694338b4 Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Tue, 14 Nov 2023 10:50:13 -0800 Subject: [PATCH] Use a sphinx version that supports Python 3.8 Accidentally merged a PR that broke CI, since we're running python 3.8. --- requirements/local.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 4dc5cea2..3c947f4a 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -14,7 +14,8 @@ responses==0.21.0 # https://github.com/getsentry/responses - for mocking HTTP r # Documentation # ------------------------------------------------------------------------------ -sphinx==7.2.6 # https://github.com/sphinx-doc/sphinx +# 7.2 drops support for Python 3.8 +sphinx==7.1.0 # https://github.com/sphinx-doc/sphinx sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild # Code quality