Utilities/Sphinx: Fix parallel documentation builds for 3.27
In commit d78bfa1e (Utilities/Sphinx: support cmakedomain running in parallel, 2022-10-24, v3.26.0-rc1~495^2) we declared the domain as parallel-safe without actually implementing the required `merge_domaindata` method. Since then, 37e015d4 (Utilities/Sphinx: Refactor Sphinx reference recording) changed how we store resolved references, such that the fix for 3.26 does not work with 3.27. This implements the required method for 3.27 and also corrects a crusty comment that was overlooked during the aforementioned refactoring. A separate fix is being applied to 3.26. Issue: #24076 Co-authored-by:Jared Dillard <jared.dillard@gmail.com>
Please register or sign in to comment