Skip to content

Commit

Permalink
Avoid using the broken Sphinx version 1.5
Browse files Browse the repository at this point in the history
See #77 and #78.
  • Loading branch information
mgeier committed Dec 17, 2016
1 parent 88da075 commit 2007950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
version=__version__,
py_modules=['nbsphinx'],
install_requires=[
'docutils<0.13.1',
'docutils',
'jinja2',
'nbconvert',
'traitlets',
'nbformat',
'sphinx>=1.3.2',
'sphinx>=1.3.2,!=1.5.0',
],
author='Matthias Geier',
author_email='[email protected]',
Expand Down

0 comments on commit 2007950

Please sign in to comment.