Skip to content

Commit

Permalink
Merge pull request #5462 from jupyter/takluyver-patch-1
Browse files Browse the repository at this point in the history
Install terminado for docs build
  • Loading branch information
kevin-bates authored May 20, 2020
2 parents ae7747f + 78565db commit 4318927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: notebook_docs
dependencies:
- python=3.5
- python=3.8
- sphinx_rtd_theme
- jinja2
- tornado
- nbformat
- jupyter_client
- ipykernel
- sphinx
- terminado
- pip:
- nbsphinx
- Send2Trash
Expand Down

0 comments on commit 4318927

Please sign in to comment.