diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000..ec144f7d --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,10 @@ +--- +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "mambaforge-22.9" + +conda: + file: docs/environment.yml diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index 004a03ae..00000000 --- a/readthedocs.yml +++ /dev/null @@ -1,2 +0,0 @@ -conda: - file: docs/environment.yml