From c5fa6fa5b0ce3286368c9238e2ef7b2928d6ee9f Mon Sep 17 00:00:00 2001 From: Grant Likely Date: Mon, 18 Dec 2017 15:07:15 +0000 Subject: [PATCH] Revert abbreviation of month name Commit 6a00ff2f, "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 --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/conf.py b/source/conf.py index e8a6627..3f5cc2c 100644 --- a/source/conf.py +++ b/source/conf.py @@ -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.