diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c8b71d4..4c4a7f1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,6 +8,11 @@ build: conda: environment: ci/requirements-docs.yml +python: + install: + - method: pip + path: . + sphinx: builder: html configuration: doc/conf.py