From 4acd86d74717666467f33f87582ac6128e9b647c Mon Sep 17 00:00:00 2001 From: simonmicro Date: Thu, 18 Jan 2024 17:19:12 +0100 Subject: [PATCH] Added rtd config Signed-off-by: simonmicro --- .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..dab43e4 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,14 @@ +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + +python: + install: + - requirements: docs/requirements.txt + +formats: + - pdf + - epub