From 5d38e20336130560d9d65cfa9fc99addb7e03b50 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Wed, 1 Nov 2023 11:58:38 +0200 Subject: [PATCH] Add readthedocs configuration * Configuration file is mandatory after readthedocs 10.8.0. Signed-off-by: Alfred Wingate --- .readthedocs.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..697c73d --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: requirements/docs.txt