diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 13:13:18 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-03-29 13:13:18 -0400 |
commit | dd0c78d26b7510481bc4587c9bb5a6fbfd2b5c8d (patch) | |
tree | d6fd94272ed08fc0fcca2118e20ea7bb96ae62ab /docs/conf.py | |
parent | d25e2a585c0e80dc89d72a91f8da0ba8198a4f7c (diff) | |
download | external_python_setuptools-dd0c78d26b7510481bc4587c9bb5a6fbfd2b5c8d.tar.gz external_python_setuptools-dd0c78d26b7510481bc4587c9bb5a6fbfd2b5c8d.tar.bz2 external_python_setuptools-dd0c78d26b7510481bc4587c9bb5a6fbfd2b5c8d.zip |
Just render the date and not the time of tagged releases in the changelog.20.5
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 6570f661..1bf9c334 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -256,7 +256,7 @@ link_files = { ), dict( pattern=r"^(?m)((?P<scm_version>\d+(\.\d+){1,2}))\n[-=]+\n", - with_scm="{text}\n{rev[timestamp]}\n", + with_scm="{text}\n{rev[timestamp]:%d %b %Y}\n", ), ], ), |