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.
- Host: GitHub
- URL: https://github.com/atsphinx/htmx-boost
- Owner: atsphinx
- License: apache-2.0
- Created: 2024-03-02T04:42:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-04T15:09:42.000Z (7 months ago)
- Last Synced: 2025-12-07T22:36:35.774Z (6 months ago)
- Topics: hacktoberfest, htmx, python, sphinx, sphinx-extension
- Language: Python
- Homepage:
- Size: 283 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
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",
]