Skip to content

Commit

Permalink
RTD: Update .readthedocs.yml settings file, use Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 13, 2023
1 parent aa9a104 commit 81b551d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
version: 2

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

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true

python:
version: 3.7
install:
- requirements: docs/requirements.txt

0 comments on commit 81b551d

Please sign in to comment.