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: I6e379661079aecc53035f329e4cc3c91fd420362
This commit is contained in:
Hervé Beraud 2021-10-14 14:54:18 +02:00
parent 816a17b924
commit bc5657875e
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import datetime
import os
import sys
@ -52,7 +51,7 @@ master_doc = 'index'
# General information about the project.
project = 'manila-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