Skip to content

Commit 5b08dac

Browse files
committed
OK actually we have to use sphinx 7 as long as we're supporting python 3.9
1 parent a2ea376 commit 5b08dac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements-dev.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ pre-commit
1414
python-dateutil
1515
requests; implementation_name=="cpython"
1616
setuptools>=68; implementation_name=="cpython"
17-
sphinx>=8.0.2,<9
18-
sphinx-autodoc-typehints>=2.4.1,<3
19-
sphinx-rtd-theme>=3.0.0rc1,<4
17+
sphinx>=7,<8
18+
sphinx-autodoc-typehints
19+
sphinx-rtd-theme
2020
twine; implementation_name=="cpython"
2121
types-beautifulsoup4; implementation_name=="cpython"
2222
types-python-dateutil; implementation_name=="cpython"

0 commit comments

Comments
 (0)