···623623 elif bt.type == 'footnote_ref' and (id := cast(str, bt.attrs.get('id', ''))):
624624 result.append(XrefTarget(id, "???", None, None, target_file))
625625 elif bt.type == 'inline':
626626- assert bt.children
626626+ assert bt.children is not None
627627 result += self._collect_ids(bt.children, target_file, typ, False)
628628 elif id := cast(str, bt.attrs.get('id', '')):
629629 # anchors and examples have no titles we could use, but we'll have to put
···314314 qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
315315 rabbitpy = throw "rabbitpy has been removed, since it is unmaintained and broken"; # added 2023-07-01
316316 rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05
317317+ rednose = throw "rednose is no longer maintained (since February 2018)"; # added 2023-08-06
317318 retworkx = rustworkx; # added 2023-05-14
318319 repeated_test = repeated-test; # added 2022-11-15
319320 requests_oauthlib = requests-oauthlib; # added 2022-02-12