From a0333fe0a9c5f987eb759a18fb211dc5b6a7ad5b Mon Sep 17 00:00:00 2001 From: BJ Fulton Date: Thu, 28 Oct 2021 10:04:17 -0700 Subject: [PATCH] still trying to fix RTD --- .readthedocs.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index e8a57024..a80b75d1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -21,9 +21,7 @@ formats: # Optionally declare the Python requirements required to build your docs python: - install: - - method: pip + install: + - requirements: docs/requirements.txt + - method: pip path: . - - requirements: docs/requirements.txt - - requirements: requirements.txt -