Skip to content

Commit e28a226

Browse files
authored
disable matplotlib extension to test doc building.
1 parent a9d73d6 commit e28a226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
'sphinx.ext.pngmath',
5151
'sphinx.ext.autosummary',
5252
'numpy_ext.numpydoc',
53-
'matplotlib.sphinxext.plot_directive',
54-
'matplotlib.sphinxext.only_directives',
53+
#'matplotlib.sphinxext.plot_directive',
54+
#'matplotlib.sphinxext.only_directives',
5555
#'IPython.sphinxext.ipython_directive',
5656
#'IPython.sphinxext.ipython_console_highlighting'
5757
]

0 commit comments

Comments
 (0)