From 097f2c10846e3d18a86f7eb0e57e2c84d8a8bc62 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Mon, 8 Dec 2025 14:03:38 -0800 Subject: [PATCH] add note about sphinx-llm --- docs/source/getting-started.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst index 4bb258d..df86cdc 100644 --- a/docs/source/getting-started.rst +++ b/docs/source/getting-started.rst @@ -52,7 +52,7 @@ For optimal LLM support, see the alternative builders below and the :ref:`CMake - reStructuredText * - **Setup** - No config - - CMake + - CMake [#sphinxllm]_ - CMake * - **Builder** - Native [#native]_ @@ -84,6 +84,7 @@ For optimal LLM support, see the alternative builders below and the :ref:`CMake .. rubric:: Footnotes +.. [#sphinxllm] See `sphinx-llm `_ for CMake-free Markdown builds, note it may double build times due to serial execution. .. [#native] Uses raw :confval:`_sources/ ` files created by Sphinx's HTML builder with some minor enhancements. .. [#autodoc] Directives like ``autodoc`` will appear as raw directive syntax rather than the extracted docstrings. .. [#pending] PRs that add ``llms-full.txt`` concatenation support have yet to be released.