From 931e45919ce7ec6f109c118605b6104ae56fa8f5 Mon Sep 17 00:00:00 2001 From: Daren McCulley Date: Thu, 23 May 2024 20:26:16 -0400 Subject: [PATCH] readthedocs yaml --- .readthedocs.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..c6984d3 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.9" + +sphinx: + configuration: docs/conf.py