From ac51fe8d2ad861ec1ca0fffb494de82d97083c31 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 9 May 2021 02:13:15 +0900 Subject: [PATCH] doc: Update CHANGES and docs for PR #9176 --- CHANGES | 2 ++ doc/usage/configuration.rst | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index a71f25aaa5c..f5c779a2fb7 100644 --- a/CHANGES +++ b/CHANGES @@ -27,6 +27,8 @@ Features added * #9129: html search: Show search summaries when html_copy_source = False * #9120: html theme: Eliminate prompt characters of code-block from copyable text +* #9176: i18n: Emit a debug message if message catalog file not found under + :confval:`locale_dirs` * #9097: Optimize the paralell build * #9131: Add :confval:`nitpick_ignore_regex` to ignore nitpicky warnings using regular expressions diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst index 95a4b6267d6..0b2bd4e3eab 100644 --- a/doc/usage/configuration.rst +++ b/doc/usage/configuration.rst @@ -794,6 +794,10 @@ documentation on :ref:`intl` for details. The default is ``['locales']``. + .. note:: The :option:`-v option for sphinx-build command ` + is useful to check the locale_dirs config works as expected. It + emits debug messages if message catalog directory not found. + .. versionchanged:: 1.5 Use ``locales`` directory as a default value