OK actually we have to use sphinx 7 as long as we're supporting python 3.9
This commit is contained in:
parent
a2ea3762c4
commit
5b08dac440
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue