Fix broken doc build due to Matplotlib 3.0 release (#3764)

This commit is contained in:
Philip Hyunsu Cho
2018-10-07 13:34:37 -07:00
committed by GitHub
parent ae7e58b96e
commit 91903ac5d4

View File

@@ -62,7 +62,6 @@ release = xgboost.__version__
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones
extensions = [
'matplotlib.sphinxext.only_directives',
'matplotlib.sphinxext.plot_directive',
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',