Browse Source

docs: fix readthedocs build

pull/353/head
Richard Nemeth 2 years ago
parent
commit
b0dcd5f431
No known key found for this signature in database GPG Key ID: 21C39470DF3DEC39
  1. 12
      .readthedocs.yaml

12
.readthedocs.yaml

@ -4,7 +4,11 @@ build:
os: "ubuntu-20.04"
tools:
python: "3.10"
python:
install:
- requirements: docs-requirements.txt
jobs:
pre_create_environment:
- asdf plugin add poetry
- asdf install poetry latest
- asdf global poetry latest
- poetry config virtualenvs.create false
post_install:
- poetry install -E docs
Loading…
Cancel
Save