From 7fa3cd394de28cada0892f4599afa09810e1145e Mon Sep 17 00:00:00 2001 From: Charles Leifer Date: Wed, 15 Nov 2023 08:54:03 -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