From 0413d40aef12650cf791772f828d674c492fc8a5 Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Wed, 22 Jun 2022 08:07:01 -0700 Subject: [PATCH 1/2] language update --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 25dd484511..619b343d30 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -88,7 +88,7 @@ # # 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. From 320d4c5f4af6d616d9e95099aa487cb31868fde7 Mon Sep 17 00:00:00 2001 From: galipremsagar Date: Wed, 22 Jun 2022 09:07:28 -0700 Subject: [PATCH 2/2] copyright update --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 619b343d30..8b106f59d7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (c) 2018-2021, NVIDIA CORPORATION. +# Copyright (c) 2018-2022, NVIDIA CORPORATION. # # This file is execfile()d with the current directory set to its # containing dir.