From 8625868df781b951a5f3f56f9036b75919299d7c Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Sun, 18 May 2025 21:19:19 -0700 Subject: [PATCH] add soft transfer --- docs/source/getting-started.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst index c796419..be21513 100644 --- a/docs/source/getting-started.rst +++ b/docs/source/getting-started.rst @@ -28,6 +28,8 @@ Add the extension to your Sphinx configuration (``conf.py``): Once added, the extension will automatically generate the LLMs.txt files during the build process. +See :doc:`advanced-configuration` for more information about how to use **sphinx-llms-txt**. + How It Works -----------