Skip to content

Commit

Permalink
Make copyright an updating range
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Oct 22, 2024
1 parent a212fa7 commit 5f31595
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import datetime
import sys
from pathlib import Path

Expand All @@ -12,7 +13,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information

project = "qusi"
project_copyright = "2023, Greg Olmschenk"
project_copyright = f'2023 - {datetime.datetime.now().year}, Greg Olmschenk'
author = "Greg Olmschenk"

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

0 comments on commit 5f31595

Please sign in to comment.