Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10250 update CI and trove to 3.10 #1659

Merged
merged 10 commits into from
Sep 6, 2021
Prev Previous commit
Next Next commit
bump sphinx version
  • Loading branch information
graingert committed Sep 6, 2021
commit 7e63ba1b03fc6ba11262327e890561cfd3cb2700
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