From 1d869cda109c5e7f132ec5a3938cb20d25dae734 Mon Sep 17 00:00:00 2001 From: Chandler May <457238+ccmaymay@users.noreply.github.com> Date: Thu, 12 Oct 2023 13:33:20 -0400 Subject: [PATCH] Update copyright year on RTD --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 161fb00..f7b75d4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,6 +19,8 @@ # import os # import sys # sys.path.insert(0, os.path.abspath('.')) +import datetime + import sphinx_rtd_theme from concrete.version import concrete_library_version @@ -48,7 +50,7 @@ # General information about the project. project = u'concrete' -copyright = u'2019, HLTCOE' +copyright = f'{datetime.datetime.now().year}, HLTCOE' author = u'HLTCOE' # The version info for the project you're documenting, acts as replacement for