Hi 
I am using Sphinx and Sphinx-intl for the document translation from Englsih 
to Japanese.

After translating to Japanese in PO file and then, run
*make -e SPHINXOPTS="-D language='ja'" html*

All translation is reflected in html file in Japanese.
However,  I can not reflect *rst-epilog*

Here is rst-epilog in conf.py file:

*rst_epilog = """*
*..  |variable_version| replace:: 2.5*
*"""*

This is supposed to replace |variable_version| with version number of 2.5
It looks rst_epilog is not working in my case.
I mean converted html still remain |variable_version|

How can I make rst_epilog work,?

Thanks
Yuji

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sphinx-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/8ba143d1-a826-42af-94bb-2026ef375ea6n%40googlegroups.com.

Reply via email to