From a5ba4c88b29524edbea733b900232c30ef1e6665 Mon Sep 17 00:00:00 2001 From: Gergely Csatari Date: Wed, 17 Apr 2024 16:40:27 +0300 Subject: [PATCH] Adding .readthedocs.yaml Signed-off-by: Gergely Csatari --- .readthedocs.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000000..cebd00b641 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,10 @@ +version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.10" +sphinx: + configuration: doc/conf.py +python: + install: + - requirements: test-requirements.txt