Hi,

I started doing the static weblog thing using Sphinx+extensions to
generate it (BTW, Extension API is awesome!) but I ran into a small
issue. I want to automatically generate a RSS feed as part of the
build process, so I wrote an extension to collect the required data
and created my rss.xml template to place the data in. I hooked up the
html-collect-pages event for this but it seems that, even if my
template ends with .xml extension and even if I explicitly set
context["file_suffix"] = ".xml", the built page still has .html
extension. I understand that this is not really a supported use-case
but I'd still like to see whether I'm missing some configuration to
output an xml file or whether this is impossible by design. If the
latter, I will work around it but if not I'd like to implement this in
a clean way. I appreciate your help.

Thank you,
Vlad

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to