Skip to content

Commit

Permalink
Mirrored a setup on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jrg94 authored Nov 19, 2024
1 parent 351d66e commit 5bb7cd2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ build:
python: "3.11"
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
- python -m pip install poetry
post_install:
- poetry install --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs

sphinx:
configuration: docs/conf.py
Expand Down

0 comments on commit 5bb7cd2

Please sign in to comment.