From 550c985c12035490a4122f43c2e28a77d65f5a5b Mon Sep 17 00:00:00 2001 From: Ian Kenney Date: Fri, 6 Oct 2023 15:00:27 -0700 Subject: [PATCH] Added RTD config --- readthedocs.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 readthedocs.yaml 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