You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My sphinx documentation stopped working with matplotlib after I upgraded my ubuntu to version 12.10. I am not sure what happened. Here is the error message it produced after I ran "make html":
make html
sphinx-build -b html -d _build/doctrees . _build/html
/usr/local/bin/sphinx-build:5: UserWarning: Module dap was already imported from None, but /usr/lib/python2.7/dist-packages is being added to sys.path
from pkg_resources import load_entry_point
Running Sphinx v1.1.3
Extension error:
Could not import extension matplotlib.sphinxext.ipython_directive (exception: No module named ipython_directive)
Hi Georg,
My sphinx documentation stopped working with matplotlib after I upgraded my ubuntu to version 12.10. I am not sure what happened. Here is the error message it produced after I ran "make html":
make html
sphinx-build -b html -d _build/doctrees . _build/html
/usr/local/bin/sphinx-build:5: UserWarning: Module dap was already imported from None, but /usr/lib/python2.7/dist-packages is being added to sys.path
from pkg_resources import load_entry_point
Running Sphinx v1.1.3
Extension error:
Could not import extension matplotlib.sphinxext.ipython_directive (exception: No module named ipython_directive)
make: *** [html] Error 1
Hope this will help the development.
Thank you!
Jinbo Wang
The text was updated successfully, but these errors were encountered: