This package contains sphinxcontrb.email, an email obfuscator for Sphinx-based documentation.
pip install sphinxcontrib-email
- Add
'sphinxcontrib.email'to theextensionslist inconf.py.
extensions = [ 'sphinxcontrib.email' ]
To obfuscate an email address use something like:
:email:`Name Surname <user@myplace.org>` :email:`Name Surname (user@myplace.org)`
Renders as "Name Surname" with the appropriate mailto link.
📧`user@myplace.org`
Renders as "user@myplace.org" with the appropriate mailto link
- 0.1
- First public release.