Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
voetberg authored Jun 24, 2024
1 parent e86b9dc commit 28ee040
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ build:
os: "ubuntu-22.04"
tools:
python: "3.10"
commands:
- pip install poetry
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with dev

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

0 comments on commit 28ee040

Please sign in to comment.