From 0ac255808bda8e0bb7acc54174464d476dfe9c84 Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Wed, 14 Jun 2023 13:20:41 -0400 Subject: [PATCH] add readthedocs config --- .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..514ec4d --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,9 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: api-docs/conf.py