From 5443bb67f255b3de656093e4a23a713517fe1aa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Gmach?= Date: Thu, 13 Jan 2022 23:52:37 +0100 Subject: [PATCH 1/2] Require Python 3.10 to generate the tox documentation This fixes #2321 --- docs/changelog/2321.bugfix.rst | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) create mode 100644 docs/changelog/2321.bugfix.rst diff --git a/docs/changelog/2321.bugfix.rst b/docs/changelog/2321.bugfix.rst new file mode 100644 index 000000000..2368c5e2f --- /dev/null +++ b/docs/changelog/2321.bugfix.rst @@ -0,0 +1 @@ +Require Python 3.10 to generate docs - by :user:`jugmac00`. diff --git a/tox.ini b/tox.ini index 459e7c082..62d17d373 100644 --- a/tox.ini +++ b/tox.ini @@ -58,6 +58,7 @@ commands = mypy tests [testenv:docs] +basepython = python3.10 description = build documentation extras = docs From ade6d06470dc67ef0c1021e367385944530aa4a8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 22:54:37 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 62d17d373..aca42081f 100644 --- a/tox.ini +++ b/tox.ini @@ -58,8 +58,8 @@ commands = mypy tests [testenv:docs] -basepython = python3.10 description = build documentation +basepython = python3.10 extras = docs commands =