From 16de1fca9b2c880678bc6e20830fb225f110bbe3 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Fri, 6 Dec 2024 20:15:17 -0500 Subject: [PATCH] Add Read the Docs 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 000000000..8cf3196ca --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: '3.12' + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt + - method: pip + path: .