Merge pull request #89 from willingc/doc-conda

use conda for readthedocs
This commit is contained in:
Carol Willing 2018-03-30 09:36:40 -04:00 committed by GitHub
commit 2ad642754b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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