diff --git a/frontend/sphinx/conf.py b/frontend/sphinx/conf.py index f3dfffddc..f304d5150 100644 --- a/frontend/sphinx/conf.py +++ b/frontend/sphinx/conf.py @@ -56,7 +56,7 @@ def get_file_from_conf_ini(path_to_file): # -- Project information ----------------------------------------------------- project = u'learn.adacore.com' -copyright = u'2018 – 2024, AdaCore. All rights reserved' +copyright = u'2018 – 2025, AdaCore. All rights reserved' author = u'AdaCore' if not config.has_option('', 'author') else \ config['DEFAULT']['author'] title = u'Learn Ada (Complete)' if not config.has_option('', 'title') else \