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
feat: Remove PDF generation and optimize documentation system
- Remove all PDF/LaTeX build logic and dependencies
- Update CI pipeline to support only HTML and Markdown formats
- Fix Sphinx configuration warnings and cleanup
- Remove duplicate RST files and orphaned documentation
- Optimize build scripts for macOS compatibility
- Reduce Sphinx warnings from 300+ to 5 harmless theme warnings
- Update documentation packaging and manifest generation
- Streamline CI workflow with proper artifact management
- Add enhanced error handling and validation
Changes:
- Removed PDF build steps from python-docs.yml workflow
- Cleaned up doc/CodeDocs/conf.py configuration
- Deleted redundant RST files and conf_messy.py
- Updated scripts/build-docs.sh for pandoc markdown conversion
- Fixed scripts/generate-docs.py to prevent config duplication
- Updated documentation-output structure and manifest
- Added proper :no-index: directives to prevent duplicate documentation
0 commit comments