Skip to content

Commit

Permalink
use creation year in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Nov 14, 2023
1 parent 2f6aa54 commit 6d8a2ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/docs/conf.py.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ from datetime import datetime
# -- Project information -------------------------------------------------------
project = "{{ project_name }}"
author = "{{ author_first_name }} {{ author_last_name }}"
copyright = f"2020-{datetime.now().year}, {author}"
copyright = f"{{ creation_year }}-{datetime.now().year}, {author}"
release = "0.0.0"

# -- General configuration -----------------------------------------------------
Expand Down

0 comments on commit 6d8a2ee

Please sign in to comment.