Skip to content

Commit 9c7562a

Browse files
psteinbjanfbCopilot
authored
docs: fixed outdated copyright statement (#1929)
* fixed outdated copyright statement in docs - added current copyright year at time of docs build * Codex year resolution fix. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * use sphinx %Y build in for the year --------- Co-authored-by: Jan Teusen (né Boelts) <janfb@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Jan <jan.boelts@mailbox.org>
1 parent 57123f1 commit 9c7562a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
# -- Project information -----------------------------------------------------
2323

2424
project = 'sbi'
25-
copyright = '2020, sbi team'
2625
author = 'sbi team'
26+
copyright = f'2020-%Y, {author}'
2727

2828

2929
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)