mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +02:00
Got rid of some extensions we're not sure we're using
This commit is contained in:
parent
0763efcad4
commit
62fe0f1cca
1 changed files with 3 additions and 3 deletions
|
|
@ -141,10 +141,10 @@ sys.path.append(os.path.abspath('sphinxext'))
|
|||
# Add any Sphinx extension module names here, as strings. They can be extensions
|
||||
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
|
||||
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode',
|
||||
'matplotlib.sphinxext.mathmpl',
|
||||
'matplotlib.sphinxext.only_directives',
|
||||
#'matplotlib.sphinxext.mathmpl',
|
||||
#'matplotlib.sphinxext.only_directives',
|
||||
'matplotlib.sphinxext.plot_directive',
|
||||
'matplotlib.sphinxext.ipython_directive',
|
||||
#'matplotlib.sphinxext.ipython_directive',
|
||||
'sphinx.ext.doctest',
|
||||
'ipython_console_highlighting',
|
||||
'inheritance_diagram',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue