Unfortunately, #126 part is still replaced with waiverdb issue link.
#126
Ohh I didn't notice that. Hmmm. Seems like a bug in that Sphinx extension, really... it shouldn't be trying to insert links into the text of an already existing link. I will check if there is any simple workaround though.
There doesn't seem to be any simple workaround I can use with the code as it is. I filed a PR for it:
https://github.com/ignatenkobrain/sphinxcontrib-issuetracker/pull/21
although Igor has abandoned the extension I think, so I'm not sure how likely that is to be merged.
For now I have just changed the reference text to be "Greenwave issue 126" so that the extension doesn't pick it up.
rebased onto c30082efac188f3e48fca6f3a155bfa2b3d6f9e9
Nice PR! But good luck with getting it merged. Seems that the project is dead.
Another workaround would be using explicit references to issues (issuetracker_plaintext_issues = False).
issuetracker_plaintext_issues = False
Dropping the Sphinx extension is OK from my perspective too.
+1
Looks nice! +1
Pull-Request has been merged by dcallagh