Skip to main content

A Sphinx extension that renders selected figures as sticky margin sidebars while scrolling.

Project description

Sphinx Sticky Margin

sphinx-sticky-margin is a Sphinx extension that adds a sticky margin copy for images, figures and other elements marked using the class sticky-margin.

When the original element scrolls above the header, a duplicate appears in the right margin (on wide screens). When the original element comes back into view, the margin copy is hidden.

Installation

pip install sphinx-sticky-margin

Enable Extension

In conf.py:

extensions = [
    "sphinx_sticky_margin",
]

For Jupyter Book (_config.yml):

sphinx:
  extra_extensions:
    - sphinx_sticky_margin

Usage

Enabling Sticky Margin Behavior

Add the option :figclass: sticky-margin to a figure directive that should get a sticky margin clone. (For backward compatibility, :class: sticky-margin also works for figure directives.)

Add the option :class: sticky-margin to a directive that generates an HTML <div> element that should get a sticky margin clone.

Add the option :class: sticky-margin to a image directive that should get a sticky margin clone.

The sticky margin elements will appear when the original element scrolls out of view, and will disappear when the original element comes back into view.

In case of multiple (active) sticky margin elements, all will be shown in the margin.

Disabling Sticky Margin Behavior

Insert a hide-sticky-margin directive to insert a marker after which to fade out the last sticky elements during scrolling.

If a hide marker scrolls out of view at the top when scrolling down, all sticky elements defined before that marker will be hidden.

When scrolling back up, the sticky margin elements above a hide marker (but after any previous hide marker) will reappear when that hide marker scrolls back below the header.

Sticky Margin Behavior

By default the sticky margin element will appear when the original element is fully scrolled out of view, and will disappear when the original element is partially back in view.

In partial mode, the sticky margin element will appear when the original element is partially scrolled out of view, and will disappear when the original element is fully back in view.

To set the sticky margin trigger mode, add the following to conf.py:

sticky_margin["trigger"] = "partial"  # or "full"

Or for Jupyter Book (_config.yml):

sphinx:
  config:
    sticky_margin:
      trigger: partial  # or full

If any value other than partial or full is set, the extension will fall back to the default full mode with a warning.

The order of the elements in the margin is determined by the order in which they are rendered and the trigger works on the actual rendered position of the original element. For full trigger mode, the sort order is:

  1. bottom (smallest first)
  2. top (smallest first)
  3. left (smallest first)
  4. height (smallest first)
  5. width (smallest first)
  6. DOM order (fallback)

For partial trigger mode, the sort order is:

  1. top (smallest first)
  2. bottom (smallest first)
  3. left (smallest first)
  4. height (smallest first)
  5. width (smallest first)
  6. DOM order (fallback)

[!NOTE] The combination of :class: sticky-margin, dropdown is not supported, as the dropdown behavior conflicts with the sticky margin behavior. If both classes are present, the sticky-margin class will be removed and a warning will be issued in the console.

MyST Example

```{figure} path/to/image.png
:figclass: sticky-margin

Figure caption.
```

reStructuredText Example

.. figure:: path/to/image.png
   :figclass: sticky-margin

   Figure caption.

Hide Marker (MyST)

```{hide-sticky-margin}
```

Images

```{image} path/to/image.png
:class: sticky-margin
```

Directives with :class: sticky-margin

```{admonition} This is a sticky margin admonition
:class: sticky-margin

This content will appear in the sticky margin when the original element scrolls out of view.
```

When the marker scrolls above the header, the previous sticky margin elements are hidden with a fade-out.

Notes

  • The sticky margin display is active from 1200px viewport width and up.
  • The extension injects sticky-margin.css and sticky-margin.js.
  • MathJax content inside sticky elements is re-typeset when needed.
  • The extension removes explicit line endings (<br>, double space in markdown) from figure captions to prevent layout issues in the margin.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sphinx_sticky_margin-1.1.3.tar.gz (16.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sphinx_sticky_margin-1.1.3-py3-none-any.whl (12.5 kB view details)

Uploaded Python 3

File details

Details for the file sphinx_sticky_margin-1.1.3.tar.gz.

File metadata

  • Download URL: sphinx_sticky_margin-1.1.3.tar.gz
  • Upload date:
  • Size: 16.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for sphinx_sticky_margin-1.1.3.tar.gz
Algorithm Hash digest
SHA256 f4f72bede3457286fe4e5e9b08cea331e5bc359bdab6633f8b1dbc6891934439
MD5 d6ad8e42304f8747568bf88c43c40936
BLAKE2b-256 c3e7e477cfacbb77d698cb4a95a61ddfc26dadeb10f6c659f59e57f7a535928b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sphinx_sticky_margin-1.1.3.tar.gz:

Publisher: python-publish.yml on TeachBooks/Sphinx-Sticky-Margin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sphinx_sticky_margin-1.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for sphinx_sticky_margin-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 99b3cbca0b57496d14f404b258a7cdefeccaad0ee19d21fa5fe1ef9cd693ee4f
MD5 ffb67a6f85df061f4c2af0524ada66c5
BLAKE2b-256 76541dd6ad68a9e4f2e72b44d9ae76166d4c56c80b7400cdd564735a6684dbef

See more details on using hashes here.

Provenance

The following attestation bundles were made for sphinx_sticky_margin-1.1.3-py3-none-any.whl:

Publisher: python-publish.yml on TeachBooks/Sphinx-Sticky-Margin

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page