-
fix: correct mkdocstrings path configuration for local development (#2155)
发布于
2025-08-07 14:21:25 +00:00 | 294 次提交 在此版本后已推送到 mainThe mkdocstrings plugin was configured with 'paths: [src]' but the
actual source code is located at 'ragas/src' relative to the mkdocs.yml
file.This was causing build failures with errors like:
- 'ragas.cache could not be found'
- 'ragas.embeddings could not be found'
The fix updates the path to 'ragas/src' which allows mkdocstrings to
properly generate API documentation when running 'mkdocs serve' locally.Resolves mkdocstrings module import errors during local documentation
development.下载附件