On Mar 27, 2009, at 6:33 AM, Emmanuel Blot 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.

The sphinx build system really isn't something you would want to run  
on the fly, so really the best way is to render (either to pickle or  
html) in a hook. Just keep a checkout that you update and then run  
sphinx-build. The help module I was working on uses the pickle format,  
but you could just serve the HTML directly using /export.

--Noah

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to