Skip to content

Commit

Permalink
fix readthedocs yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopok committed Nov 7, 2023
1 parent 6c51eee commit 17f6d67
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ version: 2
build:
os: ubuntu-20.04 # <- add this line
tools:
python:
version: "3.10"
install:
- method: pip
path: .
extra_requirements:
- docs
python: "3.10"

python:
install:
- method: pip
path: .
extra_requirements:
- docs

sphinx:
configuration: docs/conf.py

0 comments on commit 17f6d67

Please sign in to comment.