From 790414df9b9aecffbf5f336f48ee62ccae657483 Mon Sep 17 00:00:00 2001 From: Jake Beal Date: Sat, 7 Oct 2023 17:52:08 -0400 Subject: [PATCH] readthedocs yaml needs to Include requirements --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d6bbb5a..71b1189 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,3 +10,8 @@ build: # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/conf.py + +# Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: docs/requirements.txt