mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
13 lines
160 B
YAML
13 lines
160 B
YAML
name: notebook_docs
|
|
dependencies:
|
|
- python=3.5
|
|
- sphinx_rtd_theme
|
|
- jinja2
|
|
- tornado
|
|
- nbformat
|
|
- jupyter_client
|
|
- ipykernel
|
|
- pip:
|
|
- sphinx<1.4
|
|
- nbsphinx
|