From: Daniele Varrazzo Date: Sat, 8 Jan 2022 01:16:57 +0000 (+0100) Subject: Leave start year only in docs footer X-Git-Tag: pool-3.1~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1168068298fe139fe563cf1999cd2cd2e4580134;p=thirdparty%2Fpsycopg.git Leave start year only in docs footer --- diff --git a/docs/conf.py b/docs/conf.py index 148921694..a20894bfc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ sys.path.append(str(docs_dir / "lib")) # -- Project information ----------------------------------------------------- project = "psycopg" -copyright = "2020-2021, Daniele Varrazzo and The Psycopg Team" +copyright = "2020, Daniele Varrazzo and The Psycopg Team" author = "Daniele Varrazzo" release = psycopg.__version__