Skip to content

Commit c5fa6fa

Browse files
committed
Revert abbreviation of month name
Commit 6a00ff2, "Extract document version from git tag" changed the date annotation from full month to the abbreviation. Full month looks better on the title page, so revert that hunk of the change. Signed-off-by: Grant Likely <[email protected]>
1 parent 02f2702 commit c5fa6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def setup(app):
8383
# non-false value, then it is used:
8484
#today = ''
8585
# Else, today_fmt is used as the format for a strftime call.
86-
today_fmt = '%d %b %Y'
86+
today_fmt = '%d %B %Y'
8787

8888
# List of patterns, relative to source directory, that match files and
8989
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)