Commit 5d93227
committed
fix: remove placeholder link crashing ReadTheDocs build
README.md had `[ProteomeDiscoverer](#)`, a bare `#` link with no real
target. MyST resolves it to an empty cross-reference string, which is
harmless locally (just a warning) but crashes sphinx-argparse's xref
resolution on ReadTheDocs, failing the whole docs build. De-linked to
plain text instead of guessing an unverified vendor URL.1 parent ec448ea commit 5d93227
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments