diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/conf.py | 2 | ||||
| -rw-r--r-- | doc/index.rst | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index d8bce599..b402c5c0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ master_doc = 'index' # General information about the project. project = u'Coverage.py' -copyright = u'2009\N{EN DASH}2019, Ned Batchelder' # CHANGEME +copyright = u'2009\N{EN DASH}2019, Ned Batchelder.' # CHANGEME # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/doc/index.rst b/doc/index.rst index e1cdc1ad..80b3e343 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -49,6 +49,7 @@ not. :alt: Tidelift :align: left :class: tideliftlogo + :target: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme Professional support for coverage.py is available as part of the `Tidelift Subscription`_. Tidelift gives software development teams a single source for |
