From 5911c460a3a4d11dc42ea57e31caa66491f52819 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 4 Mar 2024 13:37:58 -0500 Subject: RTD config --- .readthedocs.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.readthedocs.yml') diff --git a/.readthedocs.yml b/.readthedocs.yml index 01c5cfa..aea6697 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,4 +1,13 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: mambaforge-4.10 + conda: - environment: docs/environment.yml + environment: docs/environment.yaml + +sphinx: + configuration: docs/conf.py + -- cgit