Skip to content

Commit cc55fe4

Browse files
committed
Don't use pip to install into RTD env
1 parent a8f7e2d commit cc55fe4

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

docs/rtd_environment.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,16 @@ dependencies:
99
- pytest-xdist
1010
- coverage
1111
- flake8
12+
- pip:
13+
- argh
14+
- better-apidoc>=0.1.4
15+
- livereload
16+
- pathtools
17+
- port-for
18+
- pyx>=0.14.1
19+
- requests-toolbelt
20+
- sphinx-autobuild
21+
- tables
22+
- tqdm
23+
- twine
24+
- watchdog

readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build:
88
image: latest
99
python:
1010
version: 3.6
11-
setup_py_install: false
12-
pip_install: true
11+
setup_py_install: true
12+
pip_install: false
1313
extra_requirements:
1414
- dev

0 commit comments

Comments
 (0)