Skip to content

Commit 4f2933e

Browse files
authored
Merge pull request #2723 from miykael/remove_matplotlib_sphinx_extension
FIX: corrects readthedocs build error
2 parents 7f1a800 + 912039e commit 4f2933e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
'sphinx.ext.autosummary',
5151
'numpydoc',
5252
'matplotlib.sphinxext.plot_directive',
53-
'matplotlib.sphinxext.only_directives',
53+
#'matplotlib.sphinxext.only_directives',
5454
'nipype.sphinxext.plot_workflow',
5555
#'IPython.sphinxext.ipython_directive',
5656
#'IPython.sphinxext.ipython_console_highlighting'

0 commit comments

Comments
 (0)