2025-12-29 In praise of Sphinx-LLM
My bookmarks, and by extension, this site, form a notable chunk of my exobrain. 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.