Files
sphinx-llms-txt/docs/source/getting-started.rst
T
2025-05-18 17:31:00 -07:00

25 lines
407 B
ReStructuredText

Getting Started
===============
Installation
------------
Directly install via ``pip`` by using:
.. code-block:: bash
pip install sphinx-llms-txt
Usage
-----
Add the extension to your Sphinx configuration (``conf.py``):
.. code-block:: python
extensions = [
'sphinx_llms_txt',
]
Once added, the extension will automatically generate the LLMs.txt files during the build process.