use conda for rtd

This commit is contained in:
Carol Willing 2018-03-29 20:31:02 -04:00
parent 3ee9ebb091
commit d2f29f86f4
2 changed files with 15 additions and 0 deletions

9
docs/environment.yml Normal file
View File

@ -0,0 +1,9 @@
name: black_docs
channels:
- conda-forge
dependencies:
- python==3.6
- Sphinx==1.7.2
- pip:
- recommonmark==0.4.0
- git+https://git@github.com/ambv/black.git

6
readthedocs.yml Normal file
View File

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