notebook/docs/environment.yml
2017-10-21 17:17:42 +01:00

14 lines
175 B
YAML

name: notebook_docs
dependencies:
- python=3.5
- sphinx_rtd_theme
- jinja2
- tornado
- nbformat
- jupyter_client
- ipykernel
- pip:
- sphinx<1.4
- nbsphinx
- Send2Trash