From 50fe3e2c0a07feffc09aba4264e847b3000c9945 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 28 Feb 2023 12:21:39 -0800 Subject: [PATCH] Fixing doc build --- .readthedocs.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9abcda2..dd09666 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -25,5 +25,8 @@ formats: #Optionally declare the Python requirements required to build your docs python: - install: - - requirements: docs/requirements.txt + install: + - method: pip + path: . + extra_requirements: + - doc \ No newline at end of file