From 75e3c28c13888b2ede0e96ee454e5a6f0ee47e5d Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Wed, 15 Nov 2023 08:54:13 -0600 Subject: [PATCH] rtd now requires yaml to work --- .readthedocs.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..1156dae --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,7 @@ +version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.11" +sphinx: + configuration: docs/conf.py