<br><br><div class="gmail_quote">On Sun, May 22, 2011 at 6:21 PM, Warren Weckesser <span dir="ltr"><<a href="mailto:warren.weckesser@enthought.com">warren.weckesser@enthought.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><br><div class="gmail_quote"><div class="im">On Sun, May 22, 2011 at 11:12 AM, Warren Weckesser <span dir="ltr"><<a href="mailto:warren.weckesser@enthought.com" target="_blank">warren.weckesser@enthought.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

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></blockquote></div><div><br><br>I just compared an old svn checkout that I have to the current trunk; looks like the directory doc/sphinxext/ has been removed, which is where plot_directory.py lived.  Now to figure out why...<br>
<font color="#888888">

</font><br></div></div></blockquote></div>It lives in the numpy source tree, just copy everything under numpy/doc/sphinxext/ to scipy/doc/sphinxext/.<br><br>Ralf<br><br>