From: pinkrabbit412 Date: Wed, 30 Oct 2019 17:47:52 +0000 (+0900) Subject: Modified conf.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e89adaf76bace9ece2725b4ddc2ad5b07f2390ec;p=tweepy.git Modified conf.py Changed language setting in conf.py properly. --- 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: