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.
2 parents 8722ce2 + a35f3d6 commit f952d2aCopy full SHA for f952d2a
docs/conf.py
@@ -5,6 +5,7 @@
5
# https://www.sphinx-doc.org/en/master/usage/configuration.html
6
import os
7
import sys
8
+from datetime import datetime
9
10
# -- Path setup --------------------------------------------------------------
11
@@ -21,7 +22,8 @@
21
22
# -- Project information -----------------------------------------------------
23
24
project = "Docs"
-copyright = "2023, Hypernode"
25
+current_year = datetime.now().year
26
+copyright = f"{current_year}, Hypernode"
27
author = "Hypernode"
28
29
# The full version, including alpha/beta/rc tags
0 commit comments