diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-19 11:12:13 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-19 11:12:13 -0500 |
commit | 1b31a684e7198b9f46faaeddcae0cb94a0e43e84 (patch) | |
tree | 0493e208883f9b3ed692db667d5768ba2fd03213 /docs/conf.py | |
parent | be18a01654d05ebfba04e713c20c1fbd4d170dc3 (diff) | |
download | external_python_setuptools-1b31a684e7198b9f46faaeddcae0cb94a0e43e84.tar.gz external_python_setuptools-1b31a684e7198b9f46faaeddcae0cb94a0e43e84.tar.bz2 external_python_setuptools-1b31a684e7198b9f46faaeddcae0cb94a0e43e84.zip |
Add timestamps to changelog.
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 155f83f3..1a4da380 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -254,6 +254,10 @@ link_files = { pattern=r"PEP[- ](?P<pep_number>\d+)", url='https://www.python.org/dev/peps/pep-{pep_number:0>4}/', ), + dict( + pattern=r"^(?m)((?P<scm_version>\d+(\.\d+){1,2}))\n[-=]+\n", + with_scm="{text}\n{rev[timestamp]}\n", + ), ], ), } |