Skip to content

Commit

Permalink
Update doc install requirements.
Browse files Browse the repository at this point in the history
Need to use jupyter_nbformat.
  • Loading branch information
dopplershift committed Jun 17, 2015
1 parent 5cd3aa6 commit d041ca8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ __pycache__
.ipynb_checkpoints/
docs/build
docs/source/examples/generated/
docs/src
examples/scripts/

# Installer logs
Expand Down
7 changes: 6 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
sphinx>=1.3
ipython
pycurl
-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/ipython/ipython.git#egg=ipython
-e git+https://github.com/jupyter/nbconvert.git#egg=nbconvert
jsonschema
2 changes: 1 addition & 1 deletion docs/source/notebook_gen_sphinxext.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os
import os.path

from IPython.nbconvert.exporters import rst
from nbconvert.exporters import rst

def setup(app):
setup.app = app
Expand Down

0 comments on commit d041ca8

Please sign in to comment.