adding docs envt.yml

This commit is contained in:
Chris Holdgraf
2018-08-10 22:55:42 -07:00
parent b534b62175
commit ed3c280905
3 changed files with 15 additions and 1 deletions

View File

@@ -1 +0,0 @@
sphinx_copybutton

9
docs/environment.yml Normal file
View 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
View File

@@ -0,0 +1,6 @@
name: the-littlest-jupyterhub
type: sphinx
conda:
file: docs/environment.yml
python:
version: 3