jupyter-book
jupyter-book copied to clipboard
Sphinx-hoverxref not working properly with Jupyter-Book?
Describe the bug
I'm currently trying to implement sphinx-hoverxref in my Jupyter Book and I can't make it work. I'm mostly interested in the {term} part of hoverxref.
When I use {term}´word´ nothing shows not even the "word" itself. And, not even an error shows in the console when building the book.
I have posted the problem here aswell.
Reproduce the bug
- Add the following insise
_config.yml
sphinx:
config:
...
hoverxref_roles: term
-
Inside a .md-file write a small text with
{term}´something in here´and make sure that you have added "something in here" in your glossary. -
Build your book.
List your environment
Jupyter Book : 0.12.1 External ToC : 0.2.3 MyST-Parser : 0.15.2 MyST-NB : 0.13.1 Sphinx Book Theme : 0.1.7 Jupyter-Cache : 0.4.3 NbClient : 0.5.9