docs: regenerate stale theorem index source anchor - #150
Conversation
|
Important Review skippedReview was skipped as selected files did not have any reviewable changes. 💤 Files selected but had no reviewable changes (1)
⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Team Run ID: 📒 Files selected for processing (1)
You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
The Pages workflow stops before building documentation because the generated theorem index still points to line 443 of
ContinuousTrajectoryEmpiricalBernsteinPACBayes.lean. Regenerate the index withscripts/generate_theorem_index.pyso the source link points to the current declaration at line 455. This changes onlydocs/INDEX.htmland removes the observed stale-index failure.Validation:
git diff --checkpasses.80728e9625682ed7e6a0800dfe5b915aba22e1c1; it is not an exact-head doc-gen build.The public occupancy URL still returns 404 pending an approved merge and successful Pages deployment. The exact-head documentation build and public asset verification remain release gates.