Restore reproducibility in docs

The documentation is writting the date in its copyright. This is
considered bad practice, because this kills reproducibility. If
you don't know about reproducible build, please read on:

https: //reproducible-builds.org/
Change-Id: I6427c83af06ac58da32898f00d3f99dc6ba1ae93
This commit is contained in:
Thomas Goirand 2021-09-07 10:53:19 +02:00
parent 0bf5bf5f2a
commit aa426abafe
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ master_doc = 'index'
# General information about the project.
project = 'debtcollector'
copyright = '%s, OpenStack Foundation' % datetime.date.today().year
copyright = 'OpenStack Foundation'
# If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = True