From b341310c3ae7e910e08f6cb9d49c1b922fe84c35 Mon Sep 17 00:00:00 2001 From: Juraj Smiesko Date: Thu, 12 Feb 2026 09:21:27 +0100 Subject: [PATCH] Updating copyright year --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 34956a721..bbae4cedb 100644 --- a/conf.py +++ b/conf.py @@ -1,7 +1,7 @@ # import sphinx_rtd_theme project = 'FCC Tutorials' -copyright = '2025, CERN' +copyright = '2026, CERN' html_logo = '_static/img/fcc-logo-light.png' html_favicon = '_static/img/favicon.ico' html_theme = 'sphinx_rtd_theme'