mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
16 lines
220 B
YAML
16 lines
220 B
YAML
name: jhub_docs
|
|
channels:
|
|
- conda-forge
|
|
dependencies:
|
|
- nodejs
|
|
- python=3
|
|
- jinja2
|
|
- pamela
|
|
- requests
|
|
- sqlalchemy>=1
|
|
- tornado>=4.1
|
|
- traitlets>=4.1
|
|
- sphinx>=1.3.6
|
|
- sphinx_rtd_theme
|
|
- pip:
|
|
- recommonmark==0.4.0 |