Close #7840: i18n: Optimize the dependencies check on bootstrap

Replace a nested-loop comparison by hash-search to improve the
performance of dependencies checks on bootstrap.
This commit is contained in:
Takeshi KOMIYA
2020-07-19 14:22:07 +09:00
parent 00e4a9e5b5
commit 69fc1953c6
2 changed files with 4 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ Features added
* #7745: html: inventory is broken if the docname contains a space
* #7902: html theme: Add a new option :confval:`globaltoc_maxdepth` to control
the behavior of globaltoc in sidebar
* #7840: i18n: Optimize the dependencies check on bootstrap
* #7052: add ``:noindexentry:`` to the Python, C, C++, and Javascript domains.
Update the documentation to better reflect the relationship between this option
and the ``:noindex:`` option.