From a75aff02cfd12299c3d618bd988f738a19699125 Mon Sep 17 00:00:00 2001 From: pauladkisson Date: Fri, 24 May 2024 10:58:02 -0700 Subject: [PATCH] added local pip install to .readthedocs.yml --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 50688d3a..e4fdd9c3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,6 +8,8 @@ build: python: install: - requirements: requirements-rtd.txt + - method: pip + path: . sphinx: configuration: docs/source/conf.py