Reverted back to working docs

This commit is contained in:
Alan Saul 2013-01-31 16:13:27 +00:00
parent 36535286bf
commit 3a052cd5eb
2 changed files with 2 additions and 5 deletions

View file

@ -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',