From 037a1f8333e7be02f778857c69d290b8adb5a208 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 26 Feb 2023 11:13:46 -0800 Subject: [PATCH] Update .readthedocs.yaml Fixing requirements for docs build --- .readthedocs.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 764ad2b..eec8805 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: requirements.txt + install: + - method: pip + path: . + extra_requirements: + - docs