diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4d9928ab5..5c48ec3d7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,6 +8,9 @@ build: post_create_environment: - pip install -r docs/requirements.txt +conda: + environment: docs/environment.yml + sphinx: configuration: docs/source/conf.py