Hi Andreas,
I recently had to solve a similar problem, and I chose to export my Sphinx document in pickle format (initially I wanted to develop a Sphinx Bootstrap theme, but I found the "pickle" approach much simpler). In this format, each page of your document is generated as a pickled dictionary, which you can use in your favourite templating engine: http://sphinx-doc.org/builders.html#serialization-details Just type "make pickle" instead of "make html", and see how it works for you Hope this helps, Laurent. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To view this discussion on the web visit https://groups.google.com/d/msg/pylons-discuss/-/5cxJOZXqr0kJ. 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/pylons-discuss?hl=en.
