From c9b6b081c6386839f9a5632f4ebe2595255ed149 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 15 Sep 2023 11:47:15 -0400 Subject: [PATCH] Add readthedocs configuration --- .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..b7fd7f7 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +--- +version: 2 + +build: + os: debian + tools: + python: '3.11' + +mkdocs: