From cdf1afdb6a525f6797dc4b6931902d91eb11bae5 Mon Sep 17 00:00:00 2001 From: f-allian Date: Wed, 12 Nov 2025 11:53:45 +0000 Subject: [PATCH] fix: RTD/CTF path installation --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2f7254ef..4a600d66 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,4 +22,6 @@ sphinx: # Optionally declare the Python requirements required to build your docs python: install: - - requirements: docs/source/requirements.txt \ No newline at end of file + - requirements: docs/source/requirements.txt + - method: pip + path: . # This should tell RTD to install the CTF from root to render the Estimators page correctly. \ No newline at end of file