Skip to content

Commit

Permalink
Require Sphinx >= 1.4
Browse files Browse the repository at this point in the history
This is needed for sphinx.util.images.get_image_size().
  • Loading branch information
mgeier committed Oct 31, 2018
1 parent 95eb068 commit 1ce1c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ matrix:
- env: ADDITIONAL_COMMAND="python -m sphinx doc/ doc/_build/ -b linkcheck"

# a few older Sphinx releases using default Python version
- env: SPHINX="==1.3.2 docutils<0.13.1"
- env: SPHINX="==1.3.6 docutils<0.13.1"
- env: SPHINX="==1.4.0 docutils<0.13.1"
- env: SPHINX="==1.4.9 docutils<0.13.1"
- env: SPHINX="==1.5.0 docutils<0.13.1"
- env: SPHINX="==1.5.1"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'nbconvert!=5.4',
'traitlets',
'nbformat',
'sphinx>=1.3.2',
'sphinx>=1.4',
],
author='Matthias Geier',
author_email='Matthias.Geier@gmail.com',
Expand Down

0 comments on commit 1ce1c6c

Please sign in to comment.