mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Merge pull request #1014 from takluyver/conda-rtd
Use conda on Readthedocs
This commit is contained in:
commit
a548d34ea7
9
docs/conda_env.yml
Normal file
9
docs/conda_env.yml
Normal file
@ -0,0 +1,9 @@
|
||||
name: notebook_docs
|
||||
dependencies:
|
||||
- sphinx>=1.3
|
||||
- sphinx_rtd_theme
|
||||
- jinja2
|
||||
- tornado
|
||||
- nbformat
|
||||
- jupyter_client
|
||||
- ipykernel
|
@ -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
5
readthedocs.yml
Normal file
@ -0,0 +1,5 @@
|
||||
conda:
|
||||
file: docs/conda_env.yml
|
||||
python:
|
||||
version: 3
|
||||
setup_py_install: true
|
Loading…
Reference in New Issue
Block a user