mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-27 22:06:22 +02:00
Reverted back to working docs
This commit is contained in:
parent
36535286bf
commit
3a052cd5eb
2 changed files with 2 additions and 5 deletions
|
|
@ -106,7 +106,7 @@ print "Adding path"
|
|||
# add these directories to sys.path here. If the directory is relative to the
|
||||
# documentation root, use os.path.abspath to make it absolute, like shown here.
|
||||
#sys.path.insert(0, os.path.abspath('.'))
|
||||
sys.path.insert(0, os.path.abspath('./sphinxext'))
|
||||
#sys.path.insert(0, os.path.abspath('./sphinxext'))
|
||||
|
||||
# -- General configuration -----------------------------------------------------
|
||||
|
||||
|
|
@ -117,8 +117,7 @@ sys.path.insert(0, os.path.abspath('./sphinxext'))
|
|||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
print "Importing extensions"
|
||||
|
||||
print sys.path
|
||||
extensions = ['ipython_directive',
|
||||
extensions = [#'ipython_directive',
|
||||
'sphinx.ext.autodoc', 'sphinx.ext.viewcode'
|
||||
#'matplotlib.sphinxext.mathmpl',
|
||||
#'matplotlib.sphinxext.only_directives',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue