From e89adaf76bace9ece2725b4ddc2ad5b07f2390ec Mon Sep 17 00:00:00 2001 From: pinkrabbit412 Date: Thu, 31 Oct 2019 02:47:52 +0900 Subject: [PATCH] Modified conf.py Changed language setting in conf.py properly. --- docs/en-US/conf.py | 2 +- docs/ko-KR/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en-US/conf.py b/docs/en-US/conf.py index 7c121f6..b928b1d 100644 --- a/docs/en-US/conf.py +++ b/docs/en-US/conf.py @@ -56,7 +56,7 @@ release = __version__ # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -#language = None +language = en # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/docs/ko-KR/conf.py b/docs/ko-KR/conf.py index 61f6b6e..389b2f2 100644 --- a/docs/ko-KR/conf.py +++ b/docs/ko-KR/conf.py @@ -56,7 +56,7 @@ release = __version__ # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -#language = None +language = ko # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: -- 2.25.1