I have a sphinx glossary term like this with a replace to use subscripts for proper formatting.
|VOH|
Minimum output voltage representative of a logic 1
.. |VOH| replace:: V\ :sub:`OH`\
How can I properly reference this term from elsewhere in my docoument also with the proper subscript formatting? The seemingly obvious attempt below doesn't work with the replace inside the backticks.
:term:`|VOH|`