From 0a9e13820e88b7ab903ecd83e001ae2d4dc6b7f9 Mon Sep 17 00:00:00 2001 From: Thea Vuik Date: Fri, 8 May 2026 15:54:57 +0200 Subject: [PATCH] Update documentation to 2026 --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 76ee9211e..f0ca19822 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -8,7 +8,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = 'OpenDA' -copyright = '2025, The OpenDA Association' +copyright = '2026, The OpenDA Association' author = 'The OpenDA Association' # -- General configuration ---------------------------------------------------