On Mon, Jul 15, 2013 at 3:49 PM, Andres Riancho <[email protected]>wrote:
> List, > > Any idea on how to stop sphinx from detecting the text [email protected] 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, > > -- > 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 can suppress the maiilto link by putting a backslash before the at symbol, like this: a\@b.com. —Daniel -- 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.
