This package provides sphinxcontrib.email, an email obfuscator for
Sphinx-based documentation.
pip install sphinxcontrib-email
Add
'sphinxcontrib.email'to theextensionslist inconf.py.extensions = [ 'sphinxcontrib.email' ]
In conf.py, set
email_automode = True
to automatically obfuscate all mailto links.
To obfuscate an email address use the email role:
:email:`Name Surname <user@myplace.org>`
Renders as "Name Surname" with the appropriate mailto link.
:email:`user@myplace.org`
Renders as "user@myplace.org" with the appropriate mailto link