Skip to content

Commit

Permalink
Merge pull request #1788 from andrew-platt/b/RTD_pythonUpdate
Browse files Browse the repository at this point in the history
Readthedocs configuration changes
  • Loading branch information
deslaughter authored Sep 27, 2023
2 parents 8720f4f + 25b6bc9 commit 1599d86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
# Required
version: 2

# select the docker image to use: stable | latest
build:
os: "ubuntu-22.04"
tools:
python: "3.11"

formats:
- htmlzip
# - pdf
# - epub

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

# select the docker image to use: stable | latest
build:
image: stable

sphinx:
builder: html
Expand Down

0 comments on commit 1599d86

Please sign in to comment.