Skip to content

Commit

Permalink
Fix nbconvert/nbsphinx conflict in doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
drasmuss committed Sep 11, 2018
1 parent fc6b4f7 commit f44a115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def read(*filenames, **kwargs):
docs_require = [
"jupyter>=1.0.0",
"matplotlib>=2.0.0",
"nbconvert!=5.4", # doesn't work with nbsphinx TODO: remove this once there's an upstream fix; https://github.com/jupyter/nbconvert/issues/878
"nbsphinx>=0.2.13",
"numpydoc>=0.6.0",
"Pillow>=4.1.1",
Expand Down

0 comments on commit f44a115

Please sign in to comment.