pip install . during RTD build (#578)

This commit is contained in:
Hugo van Kemenade 2023-10-27 19:01:36 +03:00 committed by GitHub
parent 6b7f4a7ed4
commit 2bf675fceb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,3 +23,5 @@ formats: all
python: python:
install: install:
- requirements: docs/requirements.txt - requirements: docs/requirements.txt
- method: pip
path: .