Skip to content

Commit

Permalink
Revert abbreviation of month name
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
glikely committed Dec 18, 2017
1 parent 02f2702 commit c5fa6fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def setup(app):
# non-false value, then it is used:
#today = ''
# Else, today_fmt is used as the format for a strftime call.
today_fmt = '%d %b %Y'
today_fmt = '%d %B %Y'

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

0 comments on commit c5fa6fa

Please sign in to comment.