{"library":"sphinx-hoverxref","title":"sphinx-hoverxref","type":"library","description":"A Sphinx extension that shows tooltips with embedded content when hovering over cross-references. Current version is 1.4.2 (2024-04-24). Release cadence is irregular, with occasional minor updates.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install sphinx-hoverxref"],"cli":null},"imports":["extensions = ['sphinx_hoverxref.hoverxref']","from sphinx_hoverxref import hoverxref_roles"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/readthedocs/sphinx-hoverxref","docs":"https://sphinx-hoverxref.readthedocs.io/","changelog":null,"pypi":"https://pypi.org/project/sphinx-hoverxref/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"# conf.py\nextensions = ['sphinx_hoverxref.hoverxref']\n\n# Enable tooltip for all roles\nhoverxref_roles = ['any']\n\n# Optional: set tooltip width\nhoverxref_tooltip_width = 300","lang":"python","description":"Enable hoverxref in your Sphinx conf.py. The extension must be added as 'sphinx_hoverxref.hoverxref' (not 'hoverxref').","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}