bump sphinx version

This commit is contained in:
Thomas Grainger 2021-09-06 15:32:06 +01:00
parent 31e33dca85
commit 7e63ba1b03
No known key found for this signature in database
GPG Key ID: E452A1247BAC1A88
1 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ extras =
deps =
lint: pre-commit
; bugfix for https://github.com/sphinx-doc/sphinx/pull/9513/ on py310rc1
alldeps: sphinx @ https://github.com/sphinx-doc/sphinx/archive/d194e0f4909b0887b37e2a32787f6b4c0fe8862a.tar.gz
alldeps: sphinx @ https://github.com/sphinx-doc/sphinx/archive/514fca7a407f03fae4c788178555a74256936655.tar.gz
; All environment variables are passed.
passenv = *
@ -128,7 +128,7 @@ extras =
deps =
; bugfix for https://github.com/sphinx-doc/sphinx/pull/9513/ on py310rc1
sphinx @ https://github.com/sphinx-doc/sphinx/archive/d194e0f4909b0887b37e2a32787f6b4c0fe8862a.tar.gz
sphinx @ https://github.com/sphinx-doc/sphinx/archive/514fca7a407f03fae4c788178555a74256936655.tar.gz
setenv =
# Set this to `True` to run similar to Read The Docs.
@ -157,7 +157,7 @@ extras = dev_release
commands = {toxinidir}/bin/admin/build-apidocs {toxinidir}/src/ apidocs
deps =
; bugfix for https://github.com/sphinx-doc/sphinx/pull/9513/ on py310rc1
sphinx @ https://github.com/sphinx-doc/sphinx/archive/d194e0f4909b0887b37e2a32787f6b4c0fe8862a.tar.gz
sphinx @ https://github.com/sphinx-doc/sphinx/archive/514fca7a407f03fae4c788178555a74256936655.tar.gz
[testenv:mypy]
description = run Mypy (static type checker)