Skip to content

Commit

Permalink
[rtd] fix sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrave committed Jul 21, 2016
1 parent 5c080b7 commit 1804d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# License: BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)

tests_require = ['pytest', 'pytest-cov']
install_requires = ['cython>=0.20.1', 'numpy>=1.8.1', 'scipy>=0.13.3', 'Sphinx', 'docopt']
install_requires = ['cython>=0.20.1', 'numpy>=1.8.1', 'scipy>=0.13.3', 'Sphinx>=1.4.0', 'docopt']
setup_requires = ['pytest-runner', 'cython>=0.20.1', 'numpy>=1.8.1']
install_suggests = {'ipython': 'an enhanced interactive python shell',
'ipyparallel': 'required for pymor.parallel.ipython',
Expand Down
2 changes: 1 addition & 1 deletion requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is sourced by readthedocs.org to install missing dependencies.
# We need a more recent version of Sphinx for being able to provide
# our own docutils.conf.
Sphinx >= 1.2b3
Sphinx>=1.4.0
cython
numpy

0 comments on commit 1804d0c

Please sign in to comment.