Skip to content

Commit

Permalink
Autoadding current year to footer, fixes #710 (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall authored Mar 12, 2024
1 parent a3a0a9d commit 36a0db4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
# import os
# import sys
# sys.path.insert(0, os.path.abspath('.'))
from datetime import date


# -- Project information -----------------------------------------------------

project = "oaklib"
copyright = "2022, OAK developers"
copyright = f"2022-{date.today().year}, OAK developers"
author = "Chris Mungall"


Expand Down

0 comments on commit 36a0db4

Please sign in to comment.