mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Pin Sphinx 5.3.0, refs #1971
Furo is not yet compatible with Sphinx 6.0
This commit is contained in:
parent
3af313e165
commit
ca07fff3e2
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -66,6 +66,7 @@ setup(
|
|||
setup_requires=["pytest-runner"],
|
||||
extras_require={
|
||||
"docs": [
|
||||
"Sphinx==5.3.0",
|
||||
"furo==2022.12.7",
|
||||
"sphinx-autobuild",
|
||||
"codespell",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue