Skip to content

Conversation

@kompre
Copy link
Owner

@kompre kompre commented Dec 19, 2025

  • Update all function references to use full module paths
  • Required because lazy loading via getattr makes static
    analysis tools like quartodoc unable to find top-level imports
  • Functions now referenced as module.function instead of bare function
  • Resolves docs build failure after lazy import refactoring

- Update all function references to use full module paths
- Required because lazy loading via __getattr__ makes static
  analysis tools like quartodoc unable to find top-level imports
- Functions now referenced as module.function instead of bare function
- Resolves docs build failure after lazy import refactoring
@kompre kompre merged commit 9e9ccef into main Dec 19, 2025
2 checks passed
@kompre kompre deleted the claude/fix-docs-build-kxsqq branch December 19, 2025 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants