mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
Still working?
This commit is contained in:
parent
87f7a8bd4f
commit
5f35f1553c
1 changed files with 4 additions and 3 deletions
|
|
@ -128,7 +128,7 @@ print "Adding path"
|
||||||
# If your extensions are in another directory, add it here. If the directory
|
# If your extensions are in another directory, add it here. If the directory
|
||||||
# is relative to the documentation root, use os.path.abspath to make it
|
# is relative to the documentation root, use os.path.abspath to make it
|
||||||
# absolute, like shown here.
|
# absolute, like shown here.
|
||||||
#sys.path.append(os.path.abspath('sphinxext'))
|
sys.path.append(os.path.abspath('./sphinxext'))
|
||||||
|
|
||||||
# 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
|
||||||
|
|
@ -143,11 +143,12 @@ print "Adding path"
|
||||||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||||
print "Importing extensions"
|
print "Importing extensions"
|
||||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode',
|
|
||||||
|
extensions = [#'ipython_directive',
|
||||||
|
'sphinx.ext.autodoc', 'sphinx.ext.viewcode'
|
||||||
#'matplotlib.sphinxext.mathmpl',
|
#'matplotlib.sphinxext.mathmpl',
|
||||||
#'matplotlib.sphinxext.only_directives',
|
#'matplotlib.sphinxext.only_directives',
|
||||||
#'matplotlib.sphinxext.plot_directive',
|
#'matplotlib.sphinxext.plot_directive',
|
||||||
#'matplotlib.sphinxext.ipython_directive',
|
|
||||||
#'ipython_directive'
|
#'ipython_directive'
|
||||||
]
|
]
|
||||||
#'sphinx.ext.doctest',
|
#'sphinx.ext.doctest',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue