From cbc7344940944ae4c9309467f2418713d26708c3 Mon Sep 17 00:00:00 2001 From: SiboVG Date: Sun, 9 Jun 2024 17:08:13 +0200 Subject: [PATCH] Add readthedocs YAML config --- .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 000000000..3a7e5af64 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: "2" + +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + +python: + install: + - requirements: docs/requirements.txt + +sphinx: + configuration: docs/source/conf.py \ No newline at end of file