2025-05-16 00:40:07 -07:00
2025-05-16 00:40:07 -07:00
2025-05-16 00:40:07 -07:00
2025-05-16 00:40:07 -07:00
2025-05-16 00:40:07 -07:00
2025-05-16 00:40:07 -07:00
2025-05-16 00:16:28 -07:00
2025-05-16 00:40:07 -07:00
2025-05-16 00:40:07 -07:00
2025-05-16 00:40:07 -07:00

Sphinx llms-full.txt Extension

A Sphinx extension that creates a single combined documentation llms-full.txt file, written in reStructuredText.

Installation

pip install sphinx-llms-txt

Usage

  1. Add the extension to your Sphinx configuration (conf.py):
extensions = [
    'sphinx_llms_txt',
]

Configuration Options

llms_txt_filename

  • Type: string
  • Default: 'llms-full.txt'
  • Description: Name of the output file

llms_txt_verbose

  • Type: boolean
  • Default: False
  • Description: Whether to include a summary in the build output

License

MIT License - see LICENSE file for details.

S
Description
llms.txt generator for Sphinx
Readme MIT
372 KiB
Languages
Python 99.7%
CMake 0.3%