This repository hosts the documentation landing page for
docs.readthedocs.com and the metadata files used by crawlers and LLMs
(llms.txt, robots.txt, sitemap.xml).
Install Python requirements:
uv pip install -r requirements.txtBuild the docs with:
make clean htmlIf you need to rebuild the landing assets, use:
npm run build