Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
Loading