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: I6199d139e3c8334b7795bdb4875553c613adcec7
This commit is contained in:
Hervé Beraud 2021-10-14 14:57:46 +02:00
parent 90184ace78
commit b3dcc7a310
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ master_doc = 'index'
# General information about the project.
project = 'security-specs'
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