From 5a03e54c4ec796b1b506e8a189976a4d5c686809 Mon Sep 17 00:00:00 2001 From: Michael Harms Date: Fri, 18 Aug 2023 11:04:01 -0700 Subject: [PATCH] addign readthedocs configuration file --- .readthedocs.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..b4ac840 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt