Modified conf.py
authorpinkrabbit412 <pinkrabbit412@daum.net>
Wed, 30 Oct 2019 18:37:42 +0000 (03:37 +0900)
committerpinkrabbit412 <pinkrabbit412@daum.net>
Wed, 30 Oct 2019 18:37:42 +0000 (03:37 +0900)
Modified language setting value to string value.

docs/en-US/conf.py
docs/ko-KR/conf.py

index 81a6495e5f7574d082a6ffe6b90eaf8a8fded4a2..a09d4272fb2a4a550d936ed19250119ea264ebc1 100644 (file)
@@ -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:
index 562dc74ec6c7e9b0e85edab2b0e1379c3cb9edb5..d948d7ef013ac4bec7893b0e6dd9a44e92686744 100644 (file)
@@ -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: