From a766153ed45064cff6636214534d591cdd781182 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Mon, 4 Dec 2023 20:07:47 +0100 Subject: [PATCH] adds RTD config --- .readthedocs.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..32258d4 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,11 @@ +version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.10" + # You can also specify other tool versions: + # nodejs: "16" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py