From 1043d9b042feb68a0b41441653c0b82b4912626c Mon Sep 17 00:00:00 2001 From: Jesse Cooper Date: Mon, 22 Apr 2024 07:34:54 -0500 Subject: [PATCH] fix: readthedocs requirements --- .readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 9cd89ac..2332864 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,6 +3,10 @@ build: os: ubuntu-lts-latest tools: python: "latest" +python: + install: + - requirements: requirements.txt + - requirements: docs/requirements.txt sphinx: builder: html configuration: docs/conf.py