Skip to content

Commit a387725

Browse files
committed
Another tweak to fix RTD build
1 parent 73cc62e commit a387725

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.readthedocs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sphinx:
66

77
python:
88
version: 3.7
9-
pip_install: true
10-
extra_requirements:
11-
- docs
9+
install:
10+
- method: pip
11+
path: .
12+
extra_requirements:
13+
- docs

0 commit comments

Comments
 (0)