From cbd42cdbdafd372d29de6ff493893a46b517dcbc Mon Sep 17 00:00:00 2001 From: Steve Lewis AB7PA Date: Wed, 8 Jun 2022 14:39:33 -0700 Subject: [PATCH] prepare the 3.22.6.0 release 2 --- conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index fda0e9c..61c851c 100644 --- a/conf.py +++ b/conf.py @@ -16,11 +16,12 @@ # import sys # sys.path.insert(0, os.path.abspath('.')) import sphinx_rtd_theme +from datetime import date # -- Project information ----------------------------------------------------- project = u'AREDN Documentation' -copyright = u'2022, Amateur Radio Emergency Data Network, Inc. Licensed under the terms of Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International' +copyright = f'{date.today().year}, Amateur Radio Emergency Data Network, Inc. Licensed under the terms of Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International' author = u'Amateur Radio Emergency Data Network, Inc.' # The short X.Y version