jupyter-book icon indicating copy to clipboard operation
jupyter-book copied to clipboard

Sphinx-hoverxref not working properly with Jupyter-Book?

Open mscharling opened this issue 3 years ago • 0 comments

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

  1. Add the following insise _config.yml
sphinx:
  config:
    ...
    hoverxref_roles: term
  1. 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.

  2. 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

mscharling avatar May 06 '22 23:05 mscharling