<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><span class="gmail-"></span><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>There seems to be something wrong with your install of either Sphinx or numpydoc. If it's missing completely, the traceback says:<br><br>  Could not import extension numpydoc (exception: No module named 'numpydoc')<br><br></div><div>rather than complaining about "Directive". Possibly a mixup with versions? Also note that you're saying that you see numpydoc in the sphinx directory - did you mean in site-packages instead? That's where it should be:<br></div></div></div></div></blockquote><div><br>You're right, I meant in the site-packages directory. For me it's here: '/home/aditya/scipy-dev/lib/python3.5/site-packages/numpydoc/__init__.py'.<br></div><div>/home/aditya/scipy-dev is my virtualenv for scipy. It uses python3.5.<br></div><br></div><div class="gmail_quote">I tried making the docs outside the virtual environment, I'm getting the same error. For reference, I'm using:<br><ul><li>python 3.5.2</li><li>Sphinx version 1.7.3</li><li>numpydoc version 0.8.0<br></li><li>scipy version 1.0.0 / version 1.2.0.dev0+3988d44 (virtualenv)<br></li></ul></div></div></div>