Serve llms.txt from your docs
Photo by Ecliptic Graphic on Unsplash

We now support serving llms.txt files from the root of your documentation domain. This makes it easy to provide LLM-friendly context about your project at:

  • https://your-project.readthedocs.io/llms.txt
  • https://your-project.readthedocs.io/llms-full.txt

You can see these in action on our docs:

Both files are served from your default version when:

  • The default version is public
  • The default version is active
  • The default version has been built
  • The llms.txt file exists in your build output

To enable this, add llms.txt (and optionally llms-full.txt) to your build output using your documentation tool. For details and examples for Sphinx and MkDocs, see our documentation.