probably would be smart to specify reqs before installing the main package in rtd

This commit is contained in:
cloudwithax 2021-11-02 21:45:42 -04:00
parent 5526dcbb9c
commit a8fb8529c6
1 changed files with 1 additions and 1 deletions

View File

@ -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