notebook/docs/environment.yml
Thomas Kluyver 78565db010
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.
2020-05-20 10:19:37 +01:00

17 lines
232 B
YAML

name: notebook_docs
dependencies:
- python=3.8
- sphinx_rtd_theme
- jinja2
- tornado
- nbformat
- jupyter_client
- ipykernel
- sphinx
- terminado
- pip:
- nbsphinx
- Send2Trash
- prometheus_client
- sphinxcontrib_github_alt