From a439d226a8616f81c43915516c30a4ee3a59904b Mon Sep 17 00:00:00 2001 From: Almad Date: Wed, 16 Jul 2014 14:52:25 +0200 Subject: [PATCH] Bring back incomplete sentence Thanks, @jaraco! https://github.com/paver/paver/commit/b59287d66019a0d2644d0b5ca782df06e881ac03#commitcomment-6713721 --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5ef114bd..3a8adb47 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -65,6 +65,7 @@ def import_object(self): version = '1.2' # The full version, including alpha/beta/rc tags. release = '1.2.3' +# There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: #today = '' # Else, today_fmt is used as the format for a strftime call.