Skip to content

Commit

Permalink
Update readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Sep 17, 2022
1 parent 9408cb3 commit 9b40f8a
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
version: 1
version: 2

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

sphinx:
configuration: docs/conf.py

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

0 comments on commit 9b40f8a

Please sign in to comment.