Skip to content

Conversation

@VeckoTheGecko
Copy link
Contributor

@VeckoTheGecko VeckoTheGecko commented Dec 3, 2025

Testing:

pixi run doc

# List all built `llms*.txt` files
find ./doc/_build/html -name 'llms*.txt'

output:

./doc/_build/html/llms.txt
./doc/_build/html/llms-full.txt
$ wc -l ./doc/_build/html/llms.txt
1673 ./doc/_build/html/llms.txt
$ wc -l ./doc/_build/html/llms-full.txt
44066 ./doc/_build/html/llms-full.txt

We can further customise the output (though I personally don't think its necessary).

https://sphinx-llms-txt.readthedocs.io/en/latest/advanced-configuration.html

@VeckoTheGecko VeckoTheGecko changed the title Add sphinx-llms-txt Add llms.txt generation to doc build process Dec 3, 2025
@VeckoTheGecko VeckoTheGecko changed the title Add llms.txt generation to doc build process DOC: Add llms.txt generation to build process Dec 3, 2025
@dcherian dcherian merged commit ccadeef into pydata:main Dec 4, 2025
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add llms.txt generation to documentation build process

2 participants