Skip to content

Commit

Permalink
bump sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Sep 6, 2021
1 parent 31e33dc commit 7e63ba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 = *
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 7e63ba1

Please sign in to comment.