use conda for rtd
This commit is contained in:
parent
3ee9ebb091
commit
d2f29f86f4
9
docs/environment.yml
Normal file
9
docs/environment.yml
Normal 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
6
readthedocs.yml
Normal file
@ -0,0 +1,6 @@
|
||||
name: jupyterhub
|
||||
type: sphinx
|
||||
conda:
|
||||
file: docs/environment.yml
|
||||
python:
|
||||
version: 3
|
Loading…
Reference in New Issue
Block a user