From 66987b437d6c8f1a0274896271752bdf814216db Mon Sep 17 00:00:00 2001 From: Ioannis Paraskevakos Date: Fri, 10 Jul 2026 11:51:16 -0400 Subject: [PATCH] fix: installing correct deps --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3362884..d97ae5e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,3 +13,7 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: source/conf.py + +python: + install: + - requirements: requirements.txt