Skip to content

atsphinx/htmx-boost

Repository files navigation

atsphinx-htmx-boost

Note

This is experimental extension.

Improvement user experience of your documents using htmx.

Usage

Installation

Install into your environment.

pip install atsphinx-htmx-boost

Configuration

Add it as extension into your conf.py. There are not other settings.

extensions = [
    "atsphinx.htmx_boost",
]