probably would be smart to specify reqs before installing the main package in rtd
This commit is contained in:
parent
5526dcbb9c
commit
a8fb8529c6
|
|
@ -6,8 +6,8 @@ sphinx:
|
||||||
python:
|
python:
|
||||||
version: "3.8"
|
version: "3.8"
|
||||||
install:
|
install:
|
||||||
|
- requirements: docs/requirements_rtd.txt
|
||||||
- method: pip
|
- method: pip
|
||||||
path: .
|
path: .
|
||||||
- requirements: docs/requirements_rtd.txt
|
|
||||||
|
|
||||||
system_packages: true
|
system_packages: true
|
||||||
Loading…
Reference in New Issue