From 7b3eed66e7b727e70c3d7abb214f21ef65189dfa Mon Sep 17 00:00:00 2001 From: hvy Date: Mon, 30 May 2022 13:21:27 +0900 Subject: [PATCH] Remove language key value from docs configuration --- docs/source/conf.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9256e7ac3b..b4553ab9a1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -72,13 +72,6 @@ # The master toctree document. master_doc = "index" -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# -# 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 - # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path .