Note
This is experimental extension.
Improvement user experience of your documents using htmx.
Install into your environment.
pip install atsphinx-htmx-boost
Add it as extension into your conf.py
. There are not other settings.
extensions = [
"atsphinx.htmx_boost",
]