From 58c3b632f64229e57adc72bc23a9940609fb4ed1 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Wed, 11 Mar 2020 16:30:03 -0400 Subject: [PATCH] Add copyright to docs --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index bf46b64..758c2b3 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,6 +56,7 @@ setup_cfg.read('../setup.cfg') project = setup_cfg['metadata']['name'] author = setup_cfg['metadata']['author'] description = setup_cfg['metadata']['description'] +copyright = '2020, {}'.format(author) # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the -- GitLab