Skip to content

Commit 1a775c2

Browse files
authored
Updated copyright template (#538)
Made the template of the form `2022–<Current year>`
1 parent 215e303 commit 1a775c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

9+
import time
10+
911
project = "jupyter_scheduler"
10-
copyright = "2022, Project Jupyter"
12+
copyright = f"2022{time.localtime().tm_year}, Project Jupyter"
1113
author = "Project Jupyter"
1214

1315
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)