From a8fb8529c6cc5538f38ae2570ab797fbb79f5672 Mon Sep 17 00:00:00 2001 From: cloudwithax Date: Tue, 2 Nov 2021 21:45:42 -0400 Subject: [PATCH] probably would be smart to specify reqs before installing the main package in rtd --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4a50944..004690a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,8 +6,8 @@ sphinx: python: version: "3.8" install: + - requirements: docs/requirements_rtd.txt - method: pip path: . - - requirements: docs/requirements_rtd.txt system_packages: true \ No newline at end of file