From 5b08dac4402a84801e6bcc2f477502cda05b1674 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 17 Sep 2024 08:54:49 -0500 Subject: [PATCH] OK actually we have to use sphinx 7 as long as we're supporting python 3.9 --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 81320c3..7538bb4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,9 +14,9 @@ pre-commit python-dateutil requests; implementation_name=="cpython" setuptools>=68; implementation_name=="cpython" -sphinx>=8.0.2,<9 -sphinx-autodoc-typehints>=2.4.1,<3 -sphinx-rtd-theme>=3.0.0rc1,<4 +sphinx>=7,<8 +sphinx-autodoc-typehints +sphinx-rtd-theme twine; implementation_name=="cpython" types-beautifulsoup4; implementation_name=="cpython" types-python-dateutil; implementation_name=="cpython"