From a2063e913fd2ba5f98bca1fcc70f89fb1b8d4030 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 29 May 2025 22:24:54 -0700 Subject: [PATCH] Try pip install . in ReadTheDocs Refs #1137 --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 070a74c..6af5cc8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,3 +15,5 @@ formats: python: install: - requirements: docs/requirements.txt + - method: pip + path: .