Hi, I think there is no way to solve the issue... All pages elements are merged into single html without ID renumbering.
Please report the issue to bitbucket if you have time. https://bitbucket.org/birkenfeld/sphinx/issues And if ticket is registered, people who have the same problem can vote to the ticket. (Unfortunately, mailing list will flow away rapidly, so catch-up is difficult) # Technically, this is the merging function. # https://bitbucket.org/birkenfeld/sphinx/src/5e9845320/sphinx/util/nodes.py#cl-181 -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa 2014-01-27 23:13 GMT+09:00 Yatong Zhang <[email protected]>: > Hi there, > I was working with sphinx-doc to generate Chinese docs. I have several > 'rst' files and when I generate 'singlehtml' I have problems with the > numeric anchor name. Say, I have 'a.rst' and 'b.rst', and each rst file has > several sections (with title in Chinese). So in the generated single html, > 'a.rst' has a link with '#id=2', and 'b.rst' also has a linke with '#id=2'. > Is there a way to solve this? > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/groups/opt_out. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
