Attempt to fix RTD build, again

This commit is contained in:
Éloi Rivard 2023-05-05 10:26:07 +02:00
parent 89ec83e174
commit ab00b7dbf1

View file

@ -15,4 +15,5 @@ build:
- pip install poetry
- poetry export --with doc --output requirements.txt
post_install:
- pip install .
- pip install --requirement requirements.txt