Hello, I now figured it out: in conf.py one can place the 3third party extensions under ..\python \Lib\site-packages\Sphinx-0.5-py2.5.egg\sphinx\ext\numpyext\
and then add the relative path to the config file (conf.py): extensions = ['sphinx.ext.autodoc', 'sphinx.ext.numpyext.numpydoc'] After that, the extensions should work. Kind regards, Timmie --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
