API Reference¶
This page documents the internal Python API of sphinx-lightbox. The public
authoring interface is standard Sphinx image and figure markup; see
Image and Figure Reference. The Python API below is primarily useful for contributors.
Extension Setup¶
Nodes¶
- class lightbox.lightbox.LightboxContainer(rawsource: str = '', *children, **attributes: Any)[source]¶
Outer wrapper grouping the trigger thumbnail and the overlay.