diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2b14171..5c8c776 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,4 +8,8 @@ build: conda: environment: environment.yml - +python: + install: + - method: pip + path: . + - requirements: requirements_dev.txt \ No newline at end of file