Browse Source

ci: fix docs pipeline

pull/545/head
Richard Nemeth 4 weeks ago
parent
commit
e984f8a899
No known key found for this signature in database GPG Key ID: 21C39470DF3DEC39
  1. 6
      .readthedocs.yaml

6
.readthedocs.yaml

@ -5,7 +5,7 @@ build:
tools:
python: "3.12"
jobs:
post_create_environment:
- python -m pip install poetry
post_install:
- pip install -U poetry
- poetry config virtualenvs.create false
- poetry install -E docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install -E docs
Loading…
Cancel
Save