From 8a1a73512dafa62e62e51579c9b8eb4e840f86cb Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Wed, 10 Dec 2025 21:58:49 -0800 Subject: [PATCH] It's parallel! Updated footnote reference for sphinx-llm to clarify usage. --- docs/source/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst index df86cdc..ce6f7ed 100644 --- a/docs/source/getting-started.rst +++ b/docs/source/getting-started.rst @@ -84,7 +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. +.. [#sphinxllm] See `sphinx-llm `_ as an alternative for CMake-free Markdown builds. .. [#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.