8000 Merge pull request #1696 from pelson/numpydoc_fix · matplotlib/matplotlib@7f55b23 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f55b23

Browse files
committed
Merge pull request #1696 from pelson/numpydoc_fix
Fixed doc dependency on numpy_ext.numpydoc
2 parents 39a54e2 + f2a5efa commit 7f55b23

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
@@ -31,7 +31,7 @@
3131
'matplotlib.sphinxext.plot_directive', 'sphinx.ext.inheritance_diagram',
3232
'gen_gallery', 'gen_rst',
3333
'matplotlib.sphinxext.ipython_console_highlighting', 'github',
34-
'numpy_ext.numpydoc']
34+
'numpydoc']
3535

3636

3737
try:

0 commit comments

Comments
 (0)
0