Skip to content

Commit 7554495

Browse files
committed
Update readthedocs configuration to account for https://blog.readthedocs.com/use-build-os-config/ and add Python 3.11 to CI
1 parent 8b90ffd commit 7554495

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
python: [ '3.7', '3.8', '3.9', '3.10' ]
9+
python: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3

.readthedocs.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
# Required
66
version: 2
77

8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.11"
12+
813
# Build documentation in the docs/ directory with Sphinx
914
sphinx:
1015
configuration: docs/conf.py

0 commit comments

Comments
 (0)