Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 464 Bytes

README.rst

File metadata and controls

30 lines (19 loc) · 464 Bytes

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",
]