Skip to content

Commit

Permalink
[doc] adapt to new readthedocs syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dionhaefner committed Aug 1, 2022
1 parent bc76aed commit 52f5881
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
formats: []
version: 2

build:
image: latest
os: ubuntu-20.04
tools:
python: "3.10"

sphinx:
configuration: docs/conf.py

formats: []

python:
version: "3.10"
pip_install: true
extra_requirements:
- docs
install:
- method: pip
path: .
extra_requirements:
- docs

0 comments on commit 52f5881

Please sign in to comment.