On Tuesday, 16 July 2013 01:19:35 UTC+5:30, Andres Riancho wrote: > > List, > > Any idea on how to stop sphinx from detecting the text > [email protected]<javascript:>as an email? When writing something like that in the > RST, I run "make html" > and it generates a mailto: link, which is not what I want. Tried different > escape sequences and was unable to stop that behavior. Thanks! > > Regards, >
In general, use "\" and "space" as an escape sequence. Writing "a\ @b.com" should solve the current problem. -- 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.
