From 06c2f803f4e043c38316bd0e5bd28f4a123389dd Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Sun, 10 Nov 2024 18:04:53 -0500 Subject: [PATCH] ci: add .readthedocs.yaml file --- .readthedocs.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..134784f --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/conf.py