From 93ed5240eaf056c132dca65421f2b455503560c5 Mon Sep 17 00:00:00 2001 From: pinkrabbit412 Date: Thu, 31 Oct 2019 03:35:28 +0900 Subject: [PATCH] Modified conf.py Added locale_dirs definition. --- docs/en-US/conf.py | 1 + docs/ko-KR/conf.py | 1 + 2 files changed, 2 insertions(+) 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 -- 2.25.1