By default, Apex turns all Parent entries in a Breadcrumb into a link - even if you set the Target option of the Parent Entry to 'No Target'.
I expected the 'No Target' to be enough to remove the "a href" link, but alas.
This link of the Parent Entry can be removed by a Dynamic Action.
A bit of JavaScript changes the "a href" to a "span", recreating/preserving the original class and text.
I got the idea here:
https://stackoverflow.com/questions/65833588/oracle-apex-create-read-only-breadcrumb-entry but I changed it a bit to make it more universal.
The two example Breadcrumbs A and B are basically the same, except that Breadcrumb B is changed by the Dynamic Action.
Hover over the two Parent Entries in the Breadcrumbs above to see the difference.
The resulting html for the two breadcrumbs looks like this: