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 16ca8be commit c3e8602Copy full SHA for c3e8602
doc/conf.py
@@ -24,7 +24,7 @@
24
25
# Parse year using SOURCE_DATE_EPOCH, falling back to current time.
26
# https://reproducible-builds.org/specs/source-date-epoch/
27
-sourceyear=datetime.utcfromtimestamp(int(os.environ.get('SOURCE_DATE_EPOCH', time.time()))).year
+sourceyear = datetime.utcfromtimestamp(int(os.environ.get('SOURCE_DATE_EPOCH', time.time()))).year
28
29
# If your extensions are in another directory, add it here. If the directory
30
# is relative to the documentation root, use os.path.abspath to make it
0 commit comments