From b17720f4f0b88deb445e36c59f22974783d74b61 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Mon, 28 Oct 2024 17:07:35 -0700 Subject: [PATCH] FIX --- .readthedocs.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 124910a..6a33a20 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,6 +22,13 @@ sphinx: # Fail on all warnings to avoid broken references # fail_on_warning: true +python: + install: + - requirements: docs/requirements.txt + # Install our python package before building the docs + - method: pip + path: . + # Optionally build your docs in additional formats such as PDF and ePub # formats: # - pdf