From 6d177bba11fa090c655cd7afd930c826b682d568 Mon Sep 17 00:00:00 2001 From: Prabhu Ramachandran Date: Wed, 18 Jun 2025 15:30:01 +0200 Subject: [PATCH] Try and fix RTD reference docs. --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 07f013cf..2b059235 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -32,4 +32,6 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt + - method: pip + path: . \ No newline at end of file