On Fri, Jan 15, 2010 at 10:35 AM, Chris Withers <[email protected]>wrote:
> Hi All, > > Please see this code here: > > http://packages.python.org/broadwick/_sources/api.txt > > Which generates a blank page :-( > > The module I'm trying to autodoc can be found here: > > http://code.google.com/p/broadwick/source/browse/#svn/tags/1.0.0/broadwick > > Any idea why nothing is being shown? > > cheers, > > Chris > Not really, but here's a couple of thoughts: 1. Are you sure the broadwick module is on sys.path when Sphinx is being run? 2. Are you getting any errors from the Sphinx build? 3. Could there be an error in your docstrings that is causing the problem? 4. Have you tried just a vanilla .. automodule:: broadwick without the options? Kevin Horn--
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.
