From fce7e542f4619f1660eddde2b0fda79cccc7b797 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 21 Jun 2022 15:15:15 -0700 Subject: [PATCH 1/2] Specify `language` as `'en'` instead of `None` Needed for Sphinx 5 compatibility. Should fix warning during doc build. --- python/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/docs/conf.py b/python/docs/conf.py index d0fd76924..3e05b8486 100644 --- a/python/docs/conf.py +++ b/python/docs/conf.py @@ -78,7 +78,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 8af2e1c769d1752e8769a5007db02c0c6fe267b7 Mon Sep 17 00:00:00 2001 From: GALI PREM SAGAR Date: Tue, 21 Jun 2022 21:06:26 -0500 Subject: [PATCH 2/2] Update python/docs/conf.py --- python/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/docs/conf.py b/python/docs/conf.py index 3e05b8486..ebb24dbf3 100644 --- a/python/docs/conf.py +++ b/python/docs/conf.py @@ -78,7 +78,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 = 'en' +language = "en" # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.