14 lines
490 B
Diff
14 lines
490 B
Diff
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py
|
|
index 8a6c778..6cbc638 100644
|
|
--- a/doc/sphinx/conf.py
|
|
+++ b/doc/sphinx/conf.py
|
|
@@ -77,7 +77,7 @@ messages_doc = 'kea-messages'
|
|
#
|
|
# 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.
|