mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-01 15:52:39 +02:00
Removed soem more extensions
This commit is contained in:
parent
a1746a6ab9
commit
3a6aab1060
1 changed files with 6 additions and 5 deletions
11
doc/conf.py
11
doc/conf.py
|
|
@ -144,11 +144,12 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.viewcode',
|
|||
'matplotlib.sphinxext.mathmpl',
|
||||
'matplotlib.sphinxext.only_directives',
|
||||
'matplotlib.sphinxext.plot_directive',
|
||||
'matplotlib.sphinxext.ipython_directive',
|
||||
'sphinx.ext.doctest',
|
||||
'ipython_console_highlighting',
|
||||
'inheritance_diagram',
|
||||
'numpydoc']
|
||||
'matplotlib.sphinxext.ipython_directive'
|
||||
]
|
||||
#'sphinx.ext.doctest',
|
||||
#'ipython_console_highlighting',
|
||||
#'inheritance_diagram',
|
||||
#'numpydoc']
|
||||
|
||||
# ----------------------- READTHEDOCS ------------------
|
||||
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue