Skip to content

Commit

Permalink
Fix readthedocs config
Browse files Browse the repository at this point in the history
The readthedocs config now requires specifying OS and Python versions.
  • Loading branch information
mwallerb authored Mar 24, 2024
1 parent dd7c4c9 commit 88388cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2

build:
os: ubuntu-lts-latest
tools:
python: latest

sphinx:
configuration: doc/conf.py

# Equivalent to: pip install .[doc]
python:
version: 3
install:
- method: pip
path: .
Expand Down

0 comments on commit 88388cf

Please sign in to comment.