Skip to content

Commit

Permalink
Update readthedocs configuration
Browse files Browse the repository at this point in the history
Apparently the configuration file format has changed a bit, and now the
Python configuration lives under `build`.
  • Loading branch information
pganssle committed Nov 13, 2023
1 parent 8c4c69d commit 9fb7b15
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ version: 2
sphinx:
configuration: docs/conf.py

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

python:
version: 3.8
install:
- method: pip
path: .
- requirements: docs/requirements-docs.txt
- method: "pip"
path: "."
- requirements: "docs/requirements-docs.txt"

0 comments on commit 9fb7b15

Please sign in to comment.