notebook/docs/environment.yml

13 lines
160 B
YAML
Raw Normal View History

2016-01-28 01:05:57 +08:00
name: notebook_docs
dependencies:
- python=3.5
2016-01-28 01:05:57 +08:00
- sphinx_rtd_theme
- jinja2
- tornado
- nbformat
- jupyter_client
- ipykernel
- pip:
- sphinx<1.4
- nbsphinx