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
Fix RTD docs build failure by skipping Rust/maturin compilation
The PR #146 change to build from source triggers maturin, which compiles
the full Rust backend (faer, pyo3, rayon) with LTO — exceeding RTD's
build limits. The Rust backend is unnecessary for docs.
- Remove Rust toolchain and pip install from .readthedocs.yaml
- Install only runtime + docs deps via post_install hook
- Add sys.path insert in docs/conf.py so autodoc imports from source
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments