Skip to content

Commit

Permalink
Fix readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed Dec 23, 2023
1 parent a20a5f6 commit bfdfcb0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
version: 2 # Required in order to install with pip

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

sphinx:
configuration: "docs/conf.py"

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

0 comments on commit bfdfcb0

Please sign in to comment.