I want to add variables that are defined as Greek letters to my glossary in a sphinx document. For example:
.. glossary::
:math:`{\alpha}`
Definition for alpha
The goal is to have these variables appear in the document's index. Anyone have experience with this?