From 275e41e75da735fc64d30a86bc4ebaf3dd6e3014 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 25 Aug 2026 19:30:41 +0200 Subject: [PATCH] Add copyright year to config file --- docs/_config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 398a7556e..7386f849a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,5 +1,6 @@ title: structuretoolkit author: Jan Janssen +copyright: "2026" execute: execute_notebooks : off @@ -22,4 +23,4 @@ sphinx: - 'sphinx.ext.autosummary' config: autosummary_generate: True - templates_path: ['_templates'] \ No newline at end of file + templates_path: ['_templates']