From 0419b3e7653d66c93385eac15e54952a9ff6bf58 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Thu, 9 Mar 2023 17:56:32 -0700 Subject: [PATCH] Try requirements --- .readthedocs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 254170c8..334b13a3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,6 +16,10 @@ conda: # post_create_environment: # - python setup.py build +python: + install: + - requirements: requirements.txt + sphinx: configuration: docs/source/conf.py