From 8505c4a91ced951b65771f47d8a45244d2df896f Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Mon, 9 Feb 2026 01:50:22 +0200 Subject: [PATCH] docs: possible fix for RTD zensical build --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ee71c12..8d5a8d5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ build: jobs: install: - pip install -r docs/requirements.txt - - pip install . + - pip install ".[all]" build: html: - zensical build