diff --git a/.readthedocs.yml b/.readthedocs.yml index 75f6c830..c338b29f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,8 +8,6 @@ build: os: "ubuntu-22.04" tools: python: "3.10" - conda: - file: environment.yml # Build documentation in the docs/ directory with Sphinx sphinx: @@ -23,5 +21,7 @@ python: extra_requirements: - docs +conda: + file: environment.yml