This package provides sphinxcontrib.email
, an email obfuscator for
Sphinx-based documentation.
pip install sphinxcontrib-email
Add
'sphinxcontrib.email'
to theextensions
list 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 <[email protected]>`
Renders as "Name Surname" with the appropriate mailto link.
:email:`[email protected]`
Renders as "[email protected]" with the appropriate mailto link