diff --git a/.readthedocs.yml b/.readthedocs.yml index 02f0e7b..ca00ac1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,2 +1,13 @@ +version: 2 + +build: + os: ubuntu-24.04 + tools: + python: mambaforge-22.0 + +sphinx: + # Path to Sphinx configuration file + configuration: docs/source/conf.py + conda: file: docs/environment.yml