Skip to content

Commit

Permalink
RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Jul 25, 2023
1 parent 8fd4fc2 commit 30a0b62
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .readthedocs.yaml → .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ version: 2
sphinx:
fail_on_warning: true

python:
build:
os: ubuntu-20.04
tools:
python: "3.10"
install:
- requirements: docs/requirements.txt
jobs:
post_install:
- pip install -U poetry
- poetry config virtualenvs.create false
- poetry install --with docs

0 comments on commit 30a0b62

Please sign in to comment.