mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-02 14:45:15 +02:00
Changed to matplotlib sphinxext
This commit is contained in:
parent
ea014e4b86
commit
baa39a1c05
1 changed files with 2 additions and 1 deletions
|
|
@ -144,7 +144,8 @@ sys.path.append(os.path.abspath('./sphinxext'))
|
||||||
# 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 = ['sphinxext.ipython_directive',
|
print sys.path
|
||||||
|
extensions = ['matplotlib.sphinxext.ipython_directive',
|
||||||
'sphinx.ext.autodoc', 'sphinx.ext.viewcode'
|
'sphinx.ext.autodoc', 'sphinx.ext.viewcode'
|
||||||
#'matplotlib.sphinxext.mathmpl',
|
#'matplotlib.sphinxext.mathmpl',
|
||||||
#'matplotlib.sphinxext.only_directives',
|
#'matplotlib.sphinxext.only_directives',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue