From 2c97874377c2f18c27f32eea5cdd3507e532320e Mon Sep 17 00:00:00 2001 From: pinkrabbit412 Date: Thu, 31 Oct 2019 03:37:42 +0900 Subject: [PATCH] Modified conf.py Modified language setting value to string value. --- 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 81a6495..a09d427 100644 --- a/docs/en-US/conf.py +++ b/docs/en-US/conf.py @@ -57,7 +57,7 @@ release = __version__ # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. locale_dirs = ['locale/'] -language = en +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 562dc74..d948d7e 100644 --- a/docs/ko-KR/conf.py +++ b/docs/ko-KR/conf.py @@ -57,7 +57,7 @@ release = __version__ # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. locale_dirs = ['locale/'] -language = ko +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