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 34
34
'numpy_ext.numpydoc' ]
35
35
36
36
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
+
37
44
autosummary_generate = True
38
45
39
46
if sphinx .__version__ >= 1.1 :
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ Documenting matplotlib
7
7
Getting started
8
8
===============
9
9
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.
13
13
14
14
The documentation sources are found in the :file: `doc/ ` directory in
15
15
the trunk. To build the users guide in html format, cd into
You can’t perform that action at this time.
0 commit comments