Skip to content

Commit f996c65

Browse files
authored
Merge pull request #43 from executablebooks/fix-rtd-yml
🐛 FIX: RTD fail to install local extension
2 parents bd33a52 + 53ae33f commit f996c65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.readthedocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ sphinx:
1212
python:
1313
version: 3.7
1414
install:
15-
- requirements: docs/requirements.txt
15+
- method: pip
16+
path: .
17+
extra_requirements:
18+
- rtd

0 commit comments

Comments
 (0)