You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 fix warnings for duplicate needs in parallel builds (#1223)
Change duplicate need feedback from raising exceptions to emitting Sphinx warnings, e.g.
```
path/to/page.rst:4: WARNING: A need with ID STORY_PAGE_1 already exists, title: 'duplicate'. [needs.duplicate_id]
```
and ensure warning is also emitted during parallel builds
Note, although there was already a parallel build test in the test suite,
actually it was not running parallel because there were not enough documents in the test project
(see sphinx-doc/sphinx#12796), so one more document is added.
0 commit comments