Skip to content

Commit

Permalink
Update .readthedocs.yml to version 2 (#318)
Browse files Browse the repository at this point in the history
Updated `.readthedocs.yml` to version 2, which also allows Poetry to be
used for dependency installation.
  • Loading branch information
kiancross authored Sep 8, 2023
1 parent e966e6b commit 4c54305
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ sphinx:
configuration: docs/conf.py
fail_on_warning: true

python:
install:
- method: pip
path: .
extra_requirements:
- docs
build:
os: "ubuntu-22.04"
tools:
python: "3.11"
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- make install

0 comments on commit 4c54305

Please sign in to comment.