diff --git a/doc/source/conf.py b/doc/source/conf.py index 2dd99385ca..9b57058521 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -61,7 +61,7 @@ openstackdocs_auto_name = False # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +language = 'en' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. diff --git a/sysinv/sysinv/sysinv/sysinv/sanity_coverage.py b/sysinv/sysinv/sysinv/sysinv/sanity_coverage.py index 00ddc370da..4754bc72f8 100644 --- a/sysinv/sysinv/sysinv/sysinv/sanity_coverage.py +++ b/sysinv/sysinv/sysinv/sysinv/sanity_coverage.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2018-2021 Wind River Systems, Inc. +# Copyright (c) 2018-2022 Wind River Systems, Inc. # # SPDX-License-Identifier: Apache-2.0 #