mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-05 16:02:13 +02:00
removed sphinx from setup
This commit is contained in:
parent
67f2c56336
commit
633bfde996
2 changed files with 4 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ try:
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print "no sphinx"
|
print "no sphinx"
|
||||||
|
|
||||||
sys.path.insert(0, os.getcwd() + "/..")
|
#sys.path.insert(0, os.getcwd() + "/..")
|
||||||
|
|
||||||
# If extensions (or modules to document with autodoc) are in another directory,
|
# If extensions (or modules to document with autodoc) are in another directory,
|
||||||
# add these directories to sys.path here. If the directory is relative to the
|
# add these directories to sys.path here. If the directory is relative to the
|
||||||
|
|
|
||||||
6
setup.py
6
setup.py
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from numpy.distutils.core import Extension, setup
|
from numpy.distutils.core import Extension, setup
|
||||||
from sphinx.setup_command import BuildDoc
|
#from sphinx.setup_command import BuildDoc
|
||||||
|
|
||||||
# Version number
|
# Version number
|
||||||
version = '0.1.3'
|
version = '0.1.3'
|
||||||
|
|
@ -27,8 +27,8 @@ setup(name = 'GPy',
|
||||||
#ext_modules = [Extension(name = 'GPy.kern.lfmUpsilonf2py',
|
#ext_modules = [Extension(name = 'GPy.kern.lfmUpsilonf2py',
|
||||||
# sources = ['GPy/kern/src/lfmUpsilonf2py.f90'])],
|
# sources = ['GPy/kern/src/lfmUpsilonf2py.f90'])],
|
||||||
install_requires=['sympy', 'numpy>=1.6', 'scipy>=0.9','matplotlib>=1.1'],
|
install_requires=['sympy', 'numpy>=1.6', 'scipy>=0.9','matplotlib>=1.1'],
|
||||||
setup_requires=['sphinx'],
|
#setup_requires=['sphinx'],
|
||||||
cmdclass = {'build_sphinx': BuildDoc},
|
#cmdclass = {'build_sphinx': BuildDoc},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 1 - Alpha",
|
"Development Status :: 1 - Alpha",
|
||||||
"Topic :: Machine Learning",
|
"Topic :: Machine Learning",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue