Skip to content

Commit 4339bec

Browse files
authored
Merge pull request #340 from IBM/development_maintenance
Update readthedocs.yml
2 parents 107677d + ede0623 commit 4339bec

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)