From 325b374c2096bf7e305e176f7fc4726bb2b57dd0 Mon Sep 17 00:00:00 2001 From: JP Etcheber Date: Wed, 29 May 2024 23:36:57 -0700 Subject: [PATCH] docs: set up for readthedocs --- .readthedocs.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..05a9859 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,14 @@ +version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.12" +sphinx: + configuration: docs/conf.py + fail_on_warning: true +formats: + - pdf + - epub +python: + install: + - requirements: docs/requirements.txt