@@ -5,17 +5,17 @@ sphinxcontrib-email
5
5
|badge:pre-commit | |badge:pre-commit.ci |
6
6
|badge:black | |badge:prettier |
7
7
8
- .. |badge:pypi-version | image :: https://img.shields.io/pypi/v/sphinxcontrib-scm .svg
9
- :target: https://pypi.org/project/sphinxcontrib-scm
8
+ .. |badge:pypi-version | image :: https://img.shields.io/pypi/v/sphinxcontrib-email .svg
9
+ :target: https://pypi.org/project/sphinxcontrib-email
10
10
:alt: [Latest PyPI version]
11
- .. |badge:py-versions | image :: https://img.shields.io/pypi/pyversions/sphinxcontrib-scm .svg
12
- :target: https://pypi.org/project/sphinxcontrib-scm
11
+ .. |badge:py-versions | image :: https://img.shields.io/pypi/pyversions/sphinxcontrib-email .svg
12
+ :target: https://pypi.org/project/sphinxcontrib-email
13
13
:alt: [Supported Python versions]
14
14
.. |badge:pre-commit | image :: https://img.shields.io/badge/pre--commit-enabled-brightgreen.svg?logo=pre-commit&logoColor=white
15
15
:target: https://github.com/pre-commit/pre-commit
16
16
:alt: [pre-commit: enabled]
17
- .. |badge:pre-commit.ci | image :: https://results.pre-commit.ci/badge/github/sphinx-contrib/scm /master.svg
18
- :target: https://results.pre-commit.ci/latest/github/sphinx-contrib/scm /master
17
+ .. |badge:pre-commit.ci | image :: https://results.pre-commit.ci/badge/github/sphinx-contrib/email /master.svg
18
+ :target: https://results.pre-commit.ci/latest/github/sphinx-contrib/email /master
19
19
:alt: [pre-commit.ci status]
20
20
.. |badge:black | image :: https://img.shields.io/badge/code%20style-black-000000.svg
21
21
:target: https://github.com/psf/black
@@ -24,19 +24,14 @@ sphinxcontrib-email
24
24
:target: https://github.com/prettier/prettier
25
25
:alt: [Code style: prettier]
26
26
27
-
28
27
This package provides ``sphinxcontrib.email ``, an email obfuscator for
29
28
Sphinx-based documentation.
30
29
31
-
32
30
Installation
33
31
------------
34
32
35
33
1. ``pip install sphinxcontrib-email ``
36
34
37
- Support for python 3.6 will be dropped after its EOL on 2021-12-23.
38
-
39
-
40
35
Configuration
41
36
-------------
42
37
0 commit comments