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: I5a837a94468ce151e6dc24a01c238cd98d67e99b
This commit is contained in:
Hervé Beraud 2021-10-14 14:56:19 +02:00
parent 6b2952c52f
commit bb718e2d5a
1 changed files with 1 additions and 1 deletions

View File

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