Skip to content

Commit fd7cba2

Browse files
committed
Build docs with Python 3.12 and Ubuntu 24.04
This way it supports the newest Sphinx version
1 parent 2bbcab2 commit fd7cba2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
tox-env: ["black", "lint", "docs"]
4545
steps:
4646
- uses: actions/checkout@v2
47-
- name: Set up Python 3.10
47+
- name: Set up Python 3.12
4848
uses: actions/setup-python@v2
4949
with:
50-
python-version: "3.10"
50+
python-version: "3.12"
5151
- name: Install dependencies
5252
run: |
5353
python -m pip install --upgrade pip

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22

33
build:
4-
os: "ubuntu-22.04"
4+
os: "ubuntu-24.04"
55
tools:
6-
python: "3.10"
6+
python: "3.12"
77

88
sphinx:
99
configuration: docs/conf.py

0 commit comments

Comments
 (0)