From 2719f71b0670cf74e7cbad293521768e982b8252 Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Sat, 11 Oct 2025 10:40:58 +0200 Subject: [PATCH] update readthedocs.yaml --- .readthedocs.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3403857..d7d423e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,3 +8,10 @@ build: sphinx: configuration: docs/conf.py +python: + install: + - method: pip + path: . + extra_requirements: + - docs + - full \ No newline at end of file