sphinx-hoverxref 1.4.2


pip install sphinx-hoverxref

  Latest version

Released: Nov 18, 2024


Meta
Author: Manuel Kaufmann

Classifiers

Development Status
  • 5 - Production/Stable

Framework
  • Sphinx
  • Sphinx :: Extension

License
  • OSI Approved :: MIT License

Operating System
  • OS Independent

Programming Language
  • Python :: 2.7
  • Python :: 3

Topic
  • Documentation :: Sphinx
  • Software Development :: Documentation

Current PyPI version Documentation status Repository license

sphinx-hoverxref

sphinx-hoverxref is a Sphinx extension to add tooltips on the cross references of the documentation with the content of the linked section.

Example

docs/sphinx-hoverxref-example.png

Installation

You can install sphinx-hoverxref from PyPI:

pip install sphinx-hoverxref

Or, alternatively, install it from GitHub directly (requires git):

pip install git+https://github.com/readthedocs/sphinx-hoverxref

Configuration

Add this extension in your conf.py file as:

extensions = [
 # ... other extensions here

 'hoverxref.extension',
]

Documentation

Check out the full documentation at https://sphinx-hoverxref.readthedocs.io/

Wheel compatibility matrix

Platform Python 2 Python 3
any

Files in release

Extras:
Dependencies:
sphinx (>=5.0)
sphinxcontrib-jquery