File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 3434 'numpy_ext.numpydoc' ]
3535
3636
37+ try :
38+ import numpydoc
39+ except ImportError :
40+ raise ImportError ("No modyle named numpydoc - you need to install "
41+ "numpydoc to build the documentation." )
42+
43+
3744autosummary_generate = True
3845
3946if sphinx .__version__ >= 1.1 :
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ Documenting matplotlib
77Getting started
88===============
99
10- The documentation for matplotlib is generated from ReStructured Text
11- using the Sphinx _ documentation generation tool. Sphinx-1.0 or later
12- is required.
10+ The documentation for matplotlib is generated from ReStructured Text using the
11+ Sphinx _ documentation generation tool. Sphinx-1.0 or later and numpydoc 0.4 or
12+ later is required.
1313
1414The documentation sources are found in the :file: `doc/ ` directory in
1515the trunk. To build the users guide in html format, cd into
You can’t perform that action at this time.
0 commit comments