We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215e303 commit 1a775c2Copy full SHA for 1a775c2
docs/conf.py
@@ -6,8 +6,10 @@
6
# -- Project information -----------------------------------------------------
7
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
8
9
+import time
10
+
11
project = "jupyter_scheduler"
-copyright = "2022, Project Jupyter"
12
+copyright = f"2022–{time.localtime().tm_year}, Project Jupyter"
13
author = "Project Jupyter"
14
15
# -- General configuration ---------------------------------------------------
0 commit comments