2025-12-29 In praise of Sphinx-LLM ================================== .. feed-entry:: :date: 2025-12-29 My bookmarks, and by extension, this site, form a notable chunk of my :doc:`exobrain <2025-06-20-on-llms-and-exobrains>`. LLMs provide a nice query and summary interface. So I wanted to integrate the two. https://github.com/jacobtomlinson/sphinx-llm contains ``sphinx_llm.txt``, a neat Sphinx extension that builds out Markdown files including an `llms-full.txt `__ containing everything. Super easy to integrate and use! The same package also contains ``sphinx_llm.docref``, for summarising and referencing other pages, which is something I want to explore more, but that requires a bit more thought and work.