From 9cfb3ccee39c43e9326b26647596ac3b15abc0f7 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 4 Mar 2024 13:26:20 -0500 Subject: RTD integration begins --- .readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .readthedocs.yml (limited to '.readthedocs.yml') diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..01c5cfa --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,4 @@ +version: 2 + +conda: + environment: docs/environment.yml -- cgit