Skip to content

Commit 78565db

Browse files
authored
Install terminado for docs build
RTD is currently failing with an ImportError Also move to a recent Python, because I don't know how long 3.5 will be available on conda.
1 parent ae7747f commit 78565db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
name: notebook_docs
22
dependencies:
3-
- python=3.5
3+
- python=3.8
44
- sphinx_rtd_theme
55
- jinja2
66
- tornado
77
- nbformat
88
- jupyter_client
99
- ipykernel
1010
- sphinx
11+
- terminado
1112
- pip:
1213
- nbsphinx
1314
- Send2Trash

0 commit comments

Comments
 (0)