In Sphinx, one can use a Glossary to define terminology and refer to those terms with {term}My term . Our definition lists look almost exactly like a glossary, but don't currently define the terms. Any reason not to make them behave like glossaries?
For example, here's the glossary syntax in MyST:
```{glossary}
My first term
Some content
My second term
Some more content
```
Whereas here's the same thing with definition lists:
My first term
: Some content
My second term
: Some more content
In Sphinx, one can use a Glossary to define terminology and refer to those terms with
{term}My term. Our definition lists look almost exactly like a glossary, but don't currently define the terms. Any reason not to make them behave like glossaries?For example, here's the glossary syntax in MyST:
Whereas here's the same thing with definition lists: