From de7d0eeffe2dbd2b5fdd16a19faa4890801ea06d Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 15 Feb 2024 10:54:39 -0600 Subject: [PATCH] doc: add a readthedocs configuration file --- .readthedocs.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..635dca4 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,17 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +python: + install: + - requirements: ./requirements.txt + +sphinx: + builder: html + configuration: doc/conf.py + fail_on_warning: false + +formats: all -- 2.47.3