diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2b14171..6e9d3ca 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,4 +8,9 @@ build: conda: environment: environment.yml - +python: + install: + - method: pip + path: . + - method: pip + path: .[dev] # Install development dependencies via pip \ No newline at end of file