diff --git a/readthedocs.yaml b/readthedocs.yaml new file mode 100644 index 0000000..875aac1 --- /dev/null +++ b/readthedocs.yaml @@ -0,0 +1,19 @@ +# readthedocs.yaml + +version: 2 + +sphinx: + configuration: docs/source/conf.py + +build: + os: ubuntu-22.04 + tools: + python: "mambaforge-4.10" + +python: + install: + - method: setuptools + path: . + +conda: + environment: docs/requirements.yaml