Skip to content

Commit

Permalink
Adjust poetry in rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Feb 28, 2024
1 parent 3050c73 commit b6b5eab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ build:
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
#- poetry config virtualenvs.create false
post_install:
- poetry install --with docs
#- poetry install --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit b6b5eab

Please sign in to comment.