Skip to content

Commit 2c5d55d

Browse files
Update readthedocs to use pip
1 parent 23981ae commit 2c5d55d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
formats:
2-
- none
31
build:
42
image: latest
53
python:
64
version: 3.6
75
# Note that pip_install is buggy, but setup_py_install will not take into
86
# account any dependencies from setup.py. *All* dependencies must be
97
# declared in docs/rtd_environment.yml
10-
setup_py_install: true
11-
pip_install: false
8+
#setup_py_install: true
9+
pip_install: true
10+
extra_requirements:
11+
- dev

0 commit comments

Comments
 (0)