Skip to content

Commit 6a5ceec

Browse files
authored
[DOC] Update infrastructure for readthedocs (pyjanitor-devs#335)
* add readthedocs config * readthedocs fixes * add ipykernel to requirements-dev.txt * add seaborn to requirements-dev
1 parent 656b77c commit 6a5ceec

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: .readthedocs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ python:
1818
install:
1919
- requirements: requirements.txt
2020
- requirements: requirements-dev.txt
21+
- method: setuptools
22+
path: .

Diff for: requirements-dev.txt

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ hypothesis>=4.4.0
55
nbsphinx>=0.4.2
66
isort>=4.3.18
77
black>=19.3b0
8+
jupyter_client
9+
ipykernel
10+
seaborn

0 commit comments

Comments
 (0)