Skip to content

Commit

Permalink
update read-the-docs config file (#1412)
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonvt authored Oct 7, 2023
1 parent 333a97e commit 57f8eb8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ build:
os: ubuntu-22.04
tools:
python: "3.8"
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
# Dependencies like sphinx/-theme are in the 'dev' dependency group
- poetry install --with dev

sphinx:
configuration: docs/source/conf.py
fail_on_warning: true

python:
install:
- method: pip
path: .

0 comments on commit 57f8eb8

Please sign in to comment.