Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
Update RTD config based on this command to (hopefully) fix documentation generation:

readthedocs/readthedocs.org#4912 (comment)
  • Loading branch information
Daniel Herrmann committed Sep 5, 2024
1 parent a3ba25e commit 32e9be1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ build:
tools:
python: "3.11"
jobs:
post_create_environment:
- python -m pip install poetry
post_install:
- pip install poetry==1.8.3
- poetry config virtualenvs.create false
- poetry install --with dev
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev

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

0 comments on commit 32e9be1

Please sign in to comment.