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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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