]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Leave start year only in docs footer
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 8 Jan 2022 01:16:57 +0000 (02:16 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 8 Jan 2022 01:19:27 +0000 (02:19 +0100)
docs/conf.py

index 1489216944f3de3d6dc4043ae28d4ae7f7214625..a20894bfc18a83e27052e310221469560081e4bd 100644 (file)
@@ -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__