On Thu, Apr 5, 2012 at 6:28 PM, Rob McMullen <[email protected]> wrote: >> Go to the docs directory and type `make html` to build the documentation. >> You'll need Sphinx (and its dependencies) installed for this to work. If you >> have problems building the docs please tell me. > > I think I have a vanilla sphinx (1.1.3) install on python 2.6; but for > some reason it's not finding the local exts without adding: > > sys.path.append(os.path.abspath('.')) > > to conf.py. The sphinxified docs look great. > > Rob
Do events still get first-class treatment under sphinx? It was nice how pyglet events were separated in the custom epydoc. ~ Nathan -- You received this message because you are subscribed to the Google Groups "pyglet-users" 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/pyglet-users?hl=en.
