An open API service indexing awesome lists of open source software.

https://github.com/atsphinx/htmx-boost

Provide imporved user experiment for document users.
https://github.com/atsphinx/htmx-boost

hacktoberfest htmx python sphinx sphinx-extension

Last synced: 4 months ago
JSON representation

Provide imporved user experiment for document users.

Awesome Lists containing this project

README

          

===================
atsphinx-htmx-boost
===================

.. note:: This is experimental extension.

Improvement user experience of your documents using htmx.

Usage
=====

Installation
------------

Install into your environment.

.. code:: console

pip install atsphinx-htmx-boost

Configuration
-------------

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

.. code:: python

extensions = [
"atsphinx.htmx_boost",
]