On Mar 27, 4:33 am, Emmanuel Blot <[email protected]> wrote: > Hi All, > > Is there a way to integrate Trac & Sphinx, so that for example > Sphinx-based documentation archived in the SVN repository may be > rendered "on-line" when browsing a Trac page? > > I know Noah have been working on the new documentation/help system, > but I'm not sure about the current status and if the Sphinx > integration is "off-line" (i.e. Sphinx needs to be run to generate > documentation pages) or if there is some kind of "on-line" rendering - > I don't know if the latter option is even possible. > > Thanks, > Manu
This may be a bit more complicated than what you are looking for, but I have done the following: 1. Generate your documentation in html format. 2. Write a post-commit hook that checks out documentation to a directory that is served by apache. 3. Link the documentation to Trac via this plug-in: http://trac-hacks.org/wiki/TracTabPlugin - Ryan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
