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 <grant.likely@xxxxxxx> --- 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 @@ language = None # 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. -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree-spec" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html