From 4817e7eb49062dd497b9f5c846d8e07db2ce3280 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 16 Nov 2022 20:04:35 -0800 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index aeef48e..c94282c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -23,7 +23,7 @@ sphinx: formats: - pdf -# Optionally declare the Python requirements required to build your docs -# python: -# install: -# - requirements: docs/requirements.txt +Optionally declare the Python requirements required to build your docs +python: + install: + - requirements: requirements.txt