Add sphinx docs (#16)

This commit is contained in:
Jared Dillard
2025-05-18 17:31:00 -07:00
committed by GitHub
parent 1c7c381c6d
commit e661ba3da7
9 changed files with 331 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
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.