You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Temporarily disable AutoAPI generation due to CI import issues
AutoAPI is encountering "Unable to read file" warnings for all modules
in the CI environment, preventing documentation from building. The root
cause appears to be related to module import resolution in CI that does
not occur locally.
Changes:
- Set autoapi_generate_api_docs = False in docs/conf.py
- Removed duplicate ../chipflow_lib/platforms from autoapi_dirs
- Removed all autoapi references from documentation files
- Documentation now relies on manual API documentation in platform-api.rst
This is a temporary workaround to unblock CI. AutoAPI should be re-enabled
once the underlying import issues are resolved.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments