OK actually we have to use sphinx 7 as long as we're supporting python 3.9

This commit is contained in:
Jeff Epler 2024-09-17 08:54:49 -05:00
parent a2ea3762c4
commit 5b08dac440

View file

@ -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"