diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-18 20:12:21 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-18 20:12:21 -0400 |
| commit | 7fb7e9dac6f4fcb470368336ce99eb16b71e42c0 (patch) | |
| tree | e394985ac2130d5ce30b21dcf95e36c051098c11 /doc | |
| parent | e326d8c9f61443558883fe9fc1b7b46c306b849b (diff) | |
| download | python-coveragepy-git-7fb7e9dac6f4fcb470368336ce99eb16b71e42c0.tar.gz | |
Give the Tidelift logo a link
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 |
