Update documentation build to use myst#402
Closed
MaxGhenis wants to merge 2 commits intoPolicyEngine:masterfrom
Closed
Update documentation build to use myst#402MaxGhenis wants to merge 2 commits intoPolicyEngine:masterfrom
MaxGhenis wants to merge 2 commits intoPolicyEngine:masterfrom
Conversation
Replace deprecated jb commands with myst commands per project requirements. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #402 +/- ##
==========================================
+ Coverage 81.14% 81.88% +0.74%
==========================================
Files 197 198 +1
Lines 10228 10233 +5
Branches 1057 1038 -19
==========================================
+ Hits 8299 8379 +80
+ Misses 1640 1593 -47
+ Partials 289 261 -28 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
Closing - Jupyter Book 2.0 uses mystmd with different syntax. Need to use |
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.
Summary
Update Makefile to use modern myst commands instead of deprecated jb commands.
Changes
jb clean docswithmyst clean --all docsjb build docswithmyst build docsPer CLAUDE.md requirement: MUST USE Jupyter Book 2.0 (MyST-NB) - Documentation builds with
myst build docsNOTjb buildTest Plan
🤖 Generated with Claude Code