From f6596dd1ec5dcc1bd5c9e8749a9b34f7aa3f65c9 Mon Sep 17 00:00:00 2001 From: Jacob Tomlinson Date: Fri, 6 Feb 2026 04:50:40 +0000 Subject: [PATCH] Update sphinx-llm link to NVIDIA repository (#64) --- 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 ce6f7ed..5441134 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 `_ as an alternative for CMake-free Markdown builds. +.. [#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.