From 353fcc0d0dc2ddd712c045c8898aa7a347903ea9 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 21 Jun 2022 15:01:07 -0700 Subject: [PATCH] Specify `language` as `'en'` instead of `None` Needed for Sphinx 5 compatibility. Should fix warning on CI. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 783aef4c..e2922fef 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -88,7 +88,7 @@ def __getattr__(cls, name): # # 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' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: