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
Simplify documentation workflow and fix build issues
- Removed complex validation steps that were causing errors
- Simplified workflow to focus on reliable HTML generation
- Merged notify job into deploy job to reduce complexity
- Updated all GitHub Actions to latest versions:
- actions/setup-python@v5
- actions/cache@v4
- actions/configure-pages@v4
- actions/upload-pages-artifact@v3
- actions/upload-artifact@v4
- actions/deploy-pages@v4
- Fixed empty custom-filters.md file causing toctree warnings
- Removed -W flag from sphinx-build to prevent warnings from failing builds
- Simplified build process while maintaining markdown job summaries
- Ensured all dependencies are properly configured in pyproject.toml
#4