Metadata-Version: 2.1
Name: atsphinx-htmx-boost
Version: 0.1.1
Summary: Add your description here
Author-email: Kazuya Takei <myself@attakei.net>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Sphinx
Classifier: Framework :: Sphinx :: Extension
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Documentation :: Sphinx
Requires-Python: >=3.8
Requires-Dist: beautifulsoup4
Requires-Dist: sphinx
Description-Content-Type: text/x-rst

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