Force up to date version of sphinx

This commit is contained in:
Alan Saul 2013-02-08 12:38:03 +00:00
parent 54698f091b
commit 51f4762d47
3 changed files with 2 additions and 3 deletions

View file

@ -53,7 +53,7 @@ sys.path.append(os.path.abspath('sphinxext'))
# -- General configuration -----------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
#needs_sphinx = '1.0'
needs_sphinx = '1.1.3'
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.

View file

@ -1,4 +1,3 @@
ipython
matplotlib
numpy
scipy

View file

@ -27,7 +27,7 @@ setup(name = 'GPy',
#ext_modules = [Extension(name = 'GPy.kern.lfmUpsilonf2py',
# sources = ['GPy/kern/src/lfmUpsilonf2py.f90'])],
install_requires=['sympy', 'numpy>=1.6', 'scipy>=0.9','matplotlib>=1.1'],
setup_requires=['sphinx'],
setup_requires=['sphinx>=1.1.3'],
#cmdclass = {'build_sphinx': BuildDoc},
classifiers=[
"Development Status :: 1 - Alpha",