Skip to content

Commit

Permalink
Attemp to fix the readthedoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Jun 17, 2024
1 parent 9803b23 commit 2a81fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ build:
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
# - poetry config virtualenvs.create false
post_install:
- poetry install --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs

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

0 comments on commit 2a81fb6

Please sign in to comment.