This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Description
When using sphinx-hoverxref with furo theme, it does not look great. It seems we need to add some adjustments via CSS as we do for some of the other themes. See
|
elif theme == 'sphinx_rtd_theme': |
|
if app.config.hoverxref_modal_class == default: |
|
css_file = 'css/sphinx_rtd_theme.css' |

(the screenshot is taken from this project https://crest.readthedocs.io/en/latest/user/configuration.html#configuration)
I'm cc'ing @pradyunsg just because he is the author of the furo theme 👋🏼