Skip to content

Commit c0fc921

Browse files
committed
Update ReadTheDocs doc environment.
RTD has errors building.
1 parent fa2189a commit c0fc921

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

docs/environment.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@ channels:
44
- defaults
55
dependencies:
66
- ipykernel
7-
- jupyter_client
7+
- jinja2
88
- jupyter_sphinx
9+
- nbformat
910
- nbsphinx
10-
- python=3
11-
- sphinx
11+
- notebook>=4.2
12+
- python=3.5
13+
- sphinx=1.4.8
14+
- sphinx>=1.4.6
15+
- sphinx_rtd_theme
16+
- tornado
1217
- pip:
13-
- ipywidgets>=7.0.0a2
18+
- docutils<0.13.1
19+
- ipywidgets >=7.0.0a3
1420
- jupyter-alabaster-theme
15-
- recommonmark
21+
- python-dateutil
22+
- recommonmark==0.4.0
23+

0 commit comments

Comments
 (0)