Documentation source lives in docs/source/ and is available in five languages: English (en/), Spanish (es/), Hindi (hi/), Korean (ko/), and Chinese (zh/). Each locale has its own _toctree.yml and _config.py.
The English docs under docs/source/en/ are structured into:
conceptual_guides/— explanations of how agents and tools worktutorials/— step-by-step usage guidesexamples/— extended worked examplesreference/— API reference pagesguided_tour.md,installation.md,index.md
Docs are built and deployed via three GitHub Actions workflows: build_documentation.yml, build_pr_documentation.yml, and upload_pr_documentation.yml. The published docs are hosted at https://huggingface.co/docs/smolagents.
docs/.github/workflows/build_documentation.yml