From edcd17153533a34011869d71b56616b44ecce41b Mon Sep 17 00:00:00 2001 From: Harrison Chase Date: Sun, 7 May 2023 17:32:28 -0700 Subject: [PATCH] bring back ref (#4308) --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c4171aae294..7dbb2d32197 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -21,4 +21,6 @@ sphinx: # Optionally declare the Python requirements required to build your docs 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