From 83a5432090392bacd1823feeb6667fdec0b446f9 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Sun, 1 Dec 2024 21:23:11 +0000 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 0000000..3d06bef --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +version: 2 + +formats: all + +python: + install: + - method: pip + path: . + extra_requirements: + - doc + +build: + os: ubuntu-22.04 + tools: + python: "3.10"