From 66aca7d1eb7c0dc57dac3a275bd1b163eec24dab Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 23 Dec 2024 09:37:28 -0700 Subject: [PATCH] Automatically update copyright year (#866) * Automatically update copyright year * Update docs/conf.py --------- Co-authored-by: Chris Holdgraf --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index c7e794ce..1ab2aa5a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -2,9 +2,10 @@ import os from urllib.request import urlopen from pathlib import Path +from datetime import datetime project = "Sphinx Book Theme" -copyright = "2023" +copyright = str(datetime.now().year) author = "the Executable Book Project" # language = "fr" # For testing language translations