notebook/docs/environment.yml
2019-04-01 14:24:14 +01:00

16 lines
220 B
YAML

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