diff --git a/.readthedocs.yml b/.readthedocs.yml index 841124e8..bf2f268c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "mambaforge-22.9" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -16,4 +21,4 @@ formats: - htmlzip conda: - environment: docs/environment.yml \ No newline at end of file + environment: docs/environment.yml