From 20b915cf9b652e9ae68f61e4a6335197c78e7df2 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Thu, 9 Mar 2023 14:35:11 -0700 Subject: [PATCH] Add RTD config --- .readthedocs.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..c684bc20 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +conda: + environment: conda_env.yml + +sphinx: + configuration: docs/conf.py + +formats: + - pdf \ No newline at end of file