diff options
author | Julian Andres Klode <jak@debian.org> | 2015-06-23 22:26:30 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-06-23 22:27:21 +0200 |
commit | dbb4d8711a0009615f4f275e8418cbf068deeffa (patch) | |
tree | f5ff3f84e9f76ea69cdafa571c724fb6c1284370 | |
parent | c74dc171bf03d27ffb77f150f144cac47cd3f8f5 (diff) | |
download | python-apt-dbb4d8711a0009615f4f275e8418cbf068deeffa.tar.gz |
doc/source/conf.py: Reproducibility: Set html_last_updated_fmt = None
This hopefully makes the build reproducible now.
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 36d89c06..c4dde305 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -164,7 +164,7 @@ html_static_path = ['.static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. -html_last_updated_fmt = '%b %d, %Y' +html_last_updated_fmt = None # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities. |