Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
Get year on build
  • Loading branch information
GDWR authored Apr 26, 2024
1 parent b7c7731 commit 0e6c2c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
import os
import sys

from datetime import datetime

sys.path.insert(0, os.path.abspath('../'))

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

project = 'ClassyConfig'
copyright = '2022, GDWR'
copyright = f'{datetime.utcnow():%Y}, GDWR'
author = 'GDWR'

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

0 comments on commit 0e6c2c7

Please sign in to comment.