Skip to content

Commit

Permalink
Merge pull request #9184 from tk0miya/9176_docs
Browse files Browse the repository at this point in the history
doc: Update CHANGES and docs for PR #9176
  • Loading branch information
tk0miya committed May 9, 2021
2 parents b88187d + ac51fe8 commit 1d72196
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Expand Up @@ -28,6 +28,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
Expand Down
4 changes: 4 additions & 0 deletions doc/usage/configuration.rst
Expand Up @@ -794,6 +794,10 @@ documentation on :ref:`intl` for details.

The default is ``['locales']``.

.. note:: The :option:`-v option for sphinx-build command <sphinx-build -v>`
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

Expand Down

0 comments on commit 1d72196

Please sign in to comment.