Hi, In our sphinx doc, we have 2 languages in 2 differents directory (en, de). The official doc is always in the en directory. In the "de" directory, there are only translated documents and all the untranslated documents are handled with an apache 404 handler (which just returns the english document).
However, we generate the html documentation of the "de" language, all untranlated pages are not linked properly with a <a> tag. You can see the problem there: ok: http://mapserver.org/en/documentation.html not ok: http://mapserver.org/de/documentation.html We would like to get shinx generate the html link even if the real page is missing. How could I solve this? best regards, Alan
-- You received this message because you are subscribed to the Google Groups "sphinx-dev" 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/sphinx-dev?hl=en.
