readthedocs / sphinx-hoverxref

Sphinx extension to show tooltips with content embedded when hover a reference.

Home Page:https://sphinx-hoverxref.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status 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/

About

Sphinx extension to show tooltips with content embedded when hover a reference.

https://sphinx-hoverxref.readthedocs.io/

License:MIT License


Languages

Language:Python 92.8%Language:CSS 6.8%Language:TeX 0.3%