From: Michael Orlitzky Date: Fri, 10 Feb 2023 04:01:03 +0000 (-0500) Subject: doc/source/conf.py: specify a language to make sphinx happy. X-Git-Tag: 0.1.2~6 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=2c622387838e24ff3eea3603355f6c92c2456b97 doc/source/conf.py: specify a language to make sphinx happy. --- diff --git a/doc/source/conf.py b/doc/source/conf.py index e69f5ee..6b1bfde 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -50,7 +50,7 @@ release = '0.1.1' # # 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.