diff options
author | Nejc Habjan <nejc.habjan@siemens.com> | 2022-08-05 00:14:55 +0200 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2022-08-04 23:14:14 -0700 |
commit | 366665e89045eb24d47f730e2a5dea6229839e20 (patch) | |
tree | f11768b0e18057df397c968f3d256ad6b090f6a9 /docs/conf.py | |
parent | 50822f808e44be42f176d4c093a0ea9ed1f6add1 (diff) | |
download | gitlab-366665e89045eb24d47f730e2a5dea6229839e20.tar.gz |
chore: consolidate license and authors
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 13de175..fadf2b6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -83,9 +83,7 @@ root_doc = "index" # General information about the project. project = "python-gitlab" -copyright = ( - f"2013-2018, Gauvain Pocentek, Mika Mäenpää.\n2018-{year}, python-gitlab team" -) +copyright = gitlab.__copyright__ # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |