Skip to content

Commit f65b0ba

Browse files
author
Beat Buesser
committed
Update readthedocs.yml
Signed-off-by: Beat Buesser <[email protected]>
1 parent 15c1559 commit f65b0ba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

readthedocs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ sphinx:
33
configuration: docs/conf.py
44
python:
55
version: 3.6
6-
pip_install: true
7-
use_system_site_packages: true
8-
extra_requirements:
9-
- docs
106
install:
117
- requirements: requirements.txt
8+
- method: pip
9+
path: .
10+
extra_requirements:
11+
- docs
12+
system_packages: true

0 commit comments

Comments
 (0)