Hi,
currently we are using a gettext/sphinx tool chain to generate both our project website AND the documentations:
http://docs.qgis.orgsee
https://github.com/qgis/QGIS-Documentationtranslators translate the po files generated from the rst sources, the layout is 'responsive' by the use of twitter bootstrap in the layout.html
BUT on the frontpage we want to have another layout (in bootstrap terms: eg a caroussel, or some other 'marketing' stuff)
I've tried to do that using html_additional_pages and a special 'frontpage.html' template file.
I see the caroussel etc (from the template), but in that way the source text from index.rst does not show up in the frontpage (index.html)
Looking in the source code, it seems to me that the pages from 'html_additional_pages' are not created using a 'context'?
Does that mean that I am not supposed to use source files for that pages?
Or in other words: how do I define the sources for custom layout pages in rst (not in the templates)
Hope someone can help us. The way we do the internationalisation now forces or more or less to do as most as possible via rst sources
Regards,
Richard Duivenvoorde