Build the manual from the current checkout - #945
Merged
Conversation
Use the checkout's PackageInfo.g and documentation directory so an installed copy of Digraphs cannot redirect manual generation away from the checkout. AI disclosure: OpenAI Codex diagnosed the failure, implemented the fix, and verified the documentation build. Co-authored-by: Codex <codex@openai.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #945 +/- ##
=======================================
Coverage 97.45% 97.45%
=======================================
Files 50 50
Lines 21189 21189
Branches 639 639
=======================================
Hits 20649 20649
Misses 475 475
Partials 65 65 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Collaborator
|
Decent. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Manual generation can select another installed copy of Digraphs, leaving the checkout without the HTML files required by CI. Read the checkout's metadata and XML files and pass its directory to AutoDoc so the generated manual belongs to the checkout.
Verified a documentation build in a temporary checkout while GAP selected another installed copy by package name. The checkout's HTML, index, and version checks passed, as did
git diff --check. The workflow anduse-latexsetting are unchanged.Addresses the failed manual job.
AI disclosure: OpenAI Codex diagnosed the failure, implemented and verified the fix, and prepared this commit and PR. Codex is the commit author.