From afa5731d75730d9e971537b795d12731bee9f194 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Fri, 16 May 2025 00:50:28 -0700 Subject: [PATCH] clean up comment --- sphinx_llms_txt/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sphinx_llms_txt/__init__.py b/sphinx_llms_txt/__init__.py index 0c8a07f..806b470 100644 --- a/sphinx_llms_txt/__init__.py +++ b/sphinx_llms_txt/__init__.py @@ -1,6 +1,5 @@ """ -Sphinx extension to create a combined sources file (llms-full.rst) -that combines all documentation sources in the correct build order. +Sphinx extension to create a combined sources file (llms-full.txt) """ from pathlib import Path