Skip to content

Commit

Permalink
Upgrade ReadTheDocs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Dec 16, 2023
1 parent 173161b commit 5bb3cc0
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# https://docs.readthedocs.io/en/stable/config-file/v2.html
version: 2

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

sphinx:
configuration: docs/conf.py

formats:
- pdf
- pdf
- epub

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

0 comments on commit 5bb3cc0

Please sign in to comment.