From a86f8581161f15029d92db00bf6a9d1f6af35767 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Tue, 18 Mar 2025 16:23:30 -0700 Subject: [PATCH] docs: Add readthedocs yaml file Signed-off-by: Alex Forencich --- .readthedocs.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..001c5db --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,18 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +python: + install: + - requirements: docs/requirements.txt + +sphinx: + configuration: docs/source/conf.py + formats: all +