From bffbaf853e06d29d86541a8b762a257b19214a92 Mon Sep 17 00:00:00 2001 From: Quinten Stokkink Date: Mon, 19 Aug 2024 15:47:40 +0200 Subject: [PATCH] Added ReadTheDocs configuration file --- .readthedocs.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000000..ff8706e603 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,20 @@ +version: 2 + +formats: all + +build: + # Check https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os + os: ubuntu-22.04 + tools: + # Check https://docs.readthedocs.io/en/stable/config-file/v2.html#build-tools-python + python: "3.10" + +python: + install: + - requirements: doc/requirements.txt + - requirements: requirements.txt + +sphinx: + builder: html + configuration: doc/conf.py + fail_on_warning: false