From 267c1d0f9267192b898d71d5fce88cc83bd17124 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Thu, 14 Nov 2024 21:54:40 +0100 Subject: [PATCH] Valid language is now required --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8a22b8c..31967c7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -63,7 +63,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.