We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13308d5 commit 078bae6Copy full SHA for 078bae6
source/conf.py
@@ -2,6 +2,7 @@
2
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
3
4
import os
5
+from datetime import date
6
7
# Some options are only enabled for the main packaging.python.org deployment builds
8
RTD_BUILD = bool(os.getenv("READTHEDOCS"))
@@ -13,7 +14,7 @@
13
14
15
project = "Python Packaging User Guide"
16
-copyright = "2013–2020, PyPA"
17
+copyright = f"2013–{date.today().year}, PyPA"
18
author = "Python Packaging Authority"
19
20
# -- General configuration -------------------------------------------------------------
0 commit comments