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 8125fd6 commit ca6f722Copy full SHA for ca6f722
docs/conf.py
@@ -4,6 +4,7 @@
4
# For the full list of built-in configuration values, see the documentation:
5
# https://www.sphinx-doc.org/en/master/usage/configuration.html
6
import re
7
+import datetime
8
from pathlib import Path
9
import io
10
from sphinx.application import Sphinx
@@ -12,7 +13,7 @@
12
13
# -- Project information -----------------------------------------------------
14
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
15
project = "commit-check"
-copyright = "2023, shenxianpeng"
16
+copyright = f"{datetime.date.today().year}, shenxianpeng"
17
author = "shenxianpeng"
18
19
# -- General configuration ---------------------------------------------------
0 commit comments