I'm trying to build the HTML docs.  Running 'make html' in the doc/ directory first resulted in:<br><br>    Extension error:<br>    Could not import extension numpydoc (exception: No module named numpydoc)<br><br>

so I installed the numpydoc package from pypi.  Now I get this:<br><br>    Extension error:<br>    Could not import extension plot_directive (exception: No module named plot_directive)<br><br>How do I install the 'plot_directive' extension?<br>

<br>I'm using python 2.7, numpy 1.5.1, matplotlib 1.0.1. <br><br><br>Warren<br><br>