Skip to content

Commit 33c0a21

Browse files
authored
Merge pull request #182 from pytest-dev/179-explicitly-install-package-when-build-docu
Explicitly install package as part of docu build #179
2 parents a4e31ed + 21a9d8a commit 33c0a21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-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

0 commit comments

Comments
 (0)