Skip to content

Commit 5890bad

Browse files
committed
Explicitly install package as part of docu build #179
1 parent a4e31ed commit 5890bad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.readthedocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ formats:
1515

1616
python:
1717
install:
18-
- requirements: requirements/docs.txt
18+
- method: pip
19+
path: .
20+
- requirements: requirements/docs.txt

requirements/main.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-r main.txt
12
pytest>=5.2
23
Flask
34
Werkzeug

0 commit comments

Comments
 (0)