Upgrade Sphinx, closes #1971

This commit is contained in:
Simon Willison 2023-01-09 18:02:32 -08:00 committed by GitHub
commit 8e70734043
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ setup(
setup_requires=["pytest-runner"],
extras_require={
"docs": [
"Sphinx==5.3.0",
"Sphinx==6.1.2",
"furo==2022.12.7",
"sphinx-autobuild",
"codespell",