mirror of
https://github.com/mozilla-firefox/firefox
synced 2026-08-10 11:48:50 +00:00
The NSS update in bug 2060338 renamed security/nss/doc/rst to
security/nss/doc/src, but SPHINX_TREES still pointed at the old path, so
the whole NSS documentation tree silently dropped out of the build. That
broke the {ref}`Network Security Services (NSS)` references in
docs/mots/index.md and docs/nspr/index.md.
Point SPHINX_TREES (and the SCHEDULES glob) at nss/doc/src, and drop the
allowed_warnings entry that was papering over the missing
security/nss/index document.
The NSS docs themselves still carry legacy MDN-style anchors that do not
resolve, plus a duplicate label and an ambiguous cross-reference. Those
live in upstream-owned files that updatebot would clobber, so they are
allow-listed under the existing bug 1915274 entry instead.
Differential Revision: https://phabricator.services.mozilla.com/D316258