mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
1
CHANGES
1
CHANGES
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user