From: pinkrabbit412 Date: Wed, 30 Oct 2019 18:35:28 +0000 (+0900) Subject: Modified conf.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=93ed5240eaf056c132dca65421f2b455503560c5;p=tweepy.git Modified conf.py Added locale_dirs definition. --- diff --git a/docs/en-US/conf.py b/docs/en-US/conf.py index b928b1d..81a6495 100644 --- a/docs/en-US/conf.py +++ b/docs/en-US/conf.py @@ -56,6 +56,7 @@ release = __version__ # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. +locale_dirs = ['locale/'] language = en # There are two options for replacing |today|: either, you set today to some diff --git a/docs/ko-KR/conf.py b/docs/ko-KR/conf.py index 389b2f2..562dc74 100644 --- a/docs/ko-KR/conf.py +++ b/docs/ko-KR/conf.py @@ -56,6 +56,7 @@ release = __version__ # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. +locale_dirs = ['locale/'] language = ko # There are two options for replacing |today|: either, you set today to some