Skip to content

Commit

Permalink
fix: readthedocs build - take 1 (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderankin committed Mar 24, 2024
1 parent c9c6f92 commit b3b9901
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .readthedocs.yml
Expand Up @@ -11,6 +11,9 @@ build:
tools:
python: "3.10"

python:
install:
- requirements: requirements/3.10.txt
# https://github.com/readthedocs/readthedocs.org/issues/4912#issuecomment-1143587902s
jobs:
post_install:
- pip install poetry==1.7.1 # match version from poetry.lock
- poetry config virtualenvs.create false
- poetry install --all-extras

0 comments on commit b3b9901

Please sign in to comment.