From 650b21a03de91048557617fa2c0aa80f9d7ca270 Mon Sep 17 00:00:00 2001 From: "Soren I. Bjornstad" Date: Fri, 19 Aug 2022 17:35:13 -0500 Subject: [PATCH] fix docs copyright date --- cli_docs/conf.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/cli_docs/conf.py b/cli_docs/conf.py index 87f31af..f49b70d 100644 --- a/cli_docs/conf.py +++ b/cli_docs/conf.py @@ -6,15 +6,12 @@ # full list see the documentation: # http://www.sphinx-doc.org/en/master/config -# -- Path setup -------------------------------------------------------------- -# Instead of adding things manually to the path, we just ensure we install esc -# in editable mode in our environment. - +import datetime # -- Project information ----------------------------------------------------- project = 'tzk' -copyright = '2021 Soren Bjornstad' +copyright = datetime.date.today().year + ' Soren Bjornstad' author = 'Soren Bjornstad' # The short X.Y version