Skip to content

Commit 2454d73

Browse files
committed
further fix doc generation, need explicit install of requirements and package itself
1 parent 52893f0 commit 2454d73

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.readthedocs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,11 @@ build:
99
tools:
1010
python: "3.7"
1111

12+
python:
13+
install:
14+
- requirements: requirements.txt
15+
- method: setuptools
16+
path: .
17+
1218
sphinx:
1319
configuration: docs/conf.py

0 commit comments

Comments
 (0)