summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Cope <olly@ollycope.com>2022-10-04 12:00:49 +0000
committerOlly Cope <olly@ollycope.com>2022-10-04 12:00:49 +0000
commitad0e39a235fcdd19e295f4d5a9410b189fe752a9 (patch)
tree70facd687585cc089cfe3d744a935f370a60a605
parentcdbd838ad53de9fb6f20957c1d87fd4fbdb5a8c6 (diff)
downloadyoyo-ad0e39a235fcdd19e295f4d5a9410b189fe752a9.tar.gz
docs: fix sphinx configuration warning
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index a21e965..2819070 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -68,7 +68,7 @@ master_doc = "index"
#
# 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.