mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
adding docs envt.yml
This commit is contained in:
@@ -1 +0,0 @@
|
||||
sphinx_copybutton
|
||||
9
docs/environment.yml
Normal file
9
docs/environment.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: tljh
|
||||
channels:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
- python=3.6
|
||||
- traitlets>=4.1
|
||||
- sphinx>=1.4, !=1.5.4
|
||||
- pip:
|
||||
- sphinx_copybutton
|
||||
6
readthedocs.yml
Normal file
6
readthedocs.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
name: the-littlest-jupyterhub
|
||||
type: sphinx
|
||||
conda:
|
||||
file: docs/environment.yml
|
||||
python:
|
||||
version: 3
|
||||
Reference in New Issue
Block a user