From bf522367c0100893915c795673cbc775bd2d8408 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sun, 12 Feb 2023 14:55:48 +0100 Subject: [PATCH] Build docs on 3.11 (#1101) --- .github/workflows/ci.yml | 2 +- .readthedocs.yaml | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee3da52c..aa35fbce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: - uses: actions/setup-python@v4 with: # Keep in sync with tox/docs and .readthedocs.yaml. - python-version: "3.10" + python-version: "3.11" - run: python -Im pip install --upgrade wheel tox - run: python -Im tox -e docs,changelog diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 39aa7d6c..121f885d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ build: os: ubuntu-20.04 tools: # Keep version in sync with tox.ini/docs and ci.yml/docs. - python: "3.10" + python: "3.11" python: install: diff --git a/tox.ini b/tox.ini index 88532ad0..faf916da 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ isolated_build = True [testenv:docs] # Keep basepython in sync with ci.yml/docs and .readthedocs.yaml. -basepython = python3.10 +basepython = python3.11 extras = docs commands = sphinx-build -n -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html