From f2a198f4567f59dec1ac010f3b4e88e1b18167e8 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Thu, 16 May 2024 20:08:19 +0200 Subject: [PATCH] Add YAML file --- .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..5737694 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,13 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3" + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: requirements.txt