jolly-good-toolbelt / sphinx_gherkindoc

A tool to convert Gherkin into Sphinx documentation
https://jolly-good-toolbelt.github.io/sphinx_gherkindoc/
11 stars 10 forks source link

Tag URL links are not applied to tags inherited from feature #30

Open rbcasperson opened 4 years ago

rbcasperson commented 4 years ago

If I have a tag that should get a ticket URL on a feature, that link is not there in the Inherited from Feature: part.

Here is the line where that happens: https://github.com/jolly-good-toolbelt/sphinx_gherkindoc/blob/master/sphinx_gherkindoc/writer.py#L229

You can see that those features are just given as a string without the formatter applied.

dgou commented 2 years ago

Oooh, I somehow missed this issue coming by. I've never been super happy with how the inherited tags are displayed, and this is one of the thorns for sure. Is there still interest in this @rbcasperson or have other syle-based PR changes made this moot?