Merge pull request #1014 from takluyver/conda-rtd

Use conda on Readthedocs
This commit is contained in:
Min RK 2016-01-29 09:10:59 +01:00
commit a548d34ea7
3 changed files with 14 additions and 11 deletions

9
docs/conda_env.yml Normal file
View File

@ -0,0 +1,9 @@
name: notebook_docs
dependencies:
- sphinx>=1.3
- sphinx_rtd_theme
- jinja2
- tornado
- nbformat
- jupyter_client
- ipykernel

View File

@ -1,11 +0,0 @@
jupyter
sphinx_rtd_theme
jinja2
tornado
-e git+https://github.com/ipython/ipython_genutils.git#egg=ipython_genutils
-e git+https://github.com/ipython/traitlets.git#egg=traitlets
-e git+https://github.com/jupyter/jupyter_core.git#egg=jupyter_core
-e git+https://github.com/jupyter/nbformat.git#egg=nbformat
-e git+https://github.com/jupyter/jupyter_client.git#egg=jupyter_client
-e git+https://github.com/ipython/ipython.git#egg=ipython
-e git+https://github.com/ipython/ipykernel.git#egg=ipykernel

5
readthedocs.yml Normal file
View File

@ -0,0 +1,5 @@
conda:
file: docs/conda_env.yml
python:
version: 3
setup_py_install: true