Skip to content

Commit 6f99002

Browse files
authored
Merge pull request #521 from minrk/rtd-pip
readthedocs: install with pip
2 parents 0934a51 + ff08ba0 commit 6f99002

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

docs/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sphinx>=1.3.6
2+
sphinx_rtd_theme
3+
sphinxcontrib_github_alt

readthedocs.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
name: jupyter_client
2-
type: sphinx
3-
conda:
4-
file: docs/environment.yml
1+
version: 2
2+
name: jupyter-client
3+
sphinx:
4+
configuration: docs/conf.py
55
python:
6-
version: 3
7-
pip_install: true
6+
version: 3.7
7+
install:
8+
# install docs requirements
9+
- requirements: docs/requirements.txt
10+
# install jupyter-client itself
11+
- method: pip
12+
path: .

0 commit comments

Comments
 (0)