Skip to content

Commit

Permalink
Update readthedocs configuration to account for https://blog.readthed…
Browse files Browse the repository at this point in the history
…ocs.com/use-build-os-config/ and add Python 3.11 to CI
  • Loading branch information
alessiostalla committed Sep 6, 2023
1 parent 8b90ffd commit 7554495
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
python: [ '3.7', '3.8', '3.9', '3.10' ]
python: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 5 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

0 comments on commit 7554495

Please sign in to comment.