From 31818caabd8f22ee1042e0a4f073c51134531c6d Mon Sep 17 00:00:00 2001 From: allevitan Date: Fri, 3 Apr 2026 14:57:44 +0200 Subject: [PATCH] add .readthedocs.yaml --- .readthedocs.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..e22577a --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +version: 2 + +build: + os: ubuntu-24.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/source/conf.py + +python: + install: + - method: pip + path: . + extra_requirements: + - docs \ No newline at end of file