I often have the situation that I want to link a term to the glossary but state the term in plural.
So normally you do something like this in singular:
Some text before the term :term:`important word` then the stuff after the term
This is considered a completely different term:
Some text before the term :term:`important words` then the stuff after the term
This doesn't get parsed:
Some text before the term :term:`important word`s then the stuff after the term
And this is very redundant (but the only choice I have with my current knowledge):
Some text before the term :term:`important words<important word>` then the stuff after the term
Is there another way to write a term in plural without needing to state the term twice?