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 e730db7 commit cab9854Copy full SHA for cab9854
docs/conf.py
@@ -11,7 +11,7 @@
11
# All configuration values have a default; values that are commented out
12
# serve to show the default.
13
14
-import sys, os
+from datetime import datetime
15
16
import splunklib
17
@@ -43,7 +43,7 @@
43
44
# General information about the project.
45
project = "Splunk SDK for Python"
46
-copyright = "2024, Splunk Inc"
+copyright = f"{datetime.now().year}, Splunk Inc."
47
48
# The version info for the project you're documenting, acts as replacement for
49
# |version| and |release|, also used in various other places throughout the
0 commit comments