mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
78565db010
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.
17 lines
232 B
YAML
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
|