Skip to content

Conversation

@abhro
Copy link

@abhro abhro commented Nov 28, 2025

  • Add julia compat bound to docs/Project.toml for easier local development
    (should also probably have the other packages compat bounded and docs/Manifest.toml not tracked)
  • Update syntax highlighting and outputs for example code blocks

Change the language from `julia` to `julia-repl`
The code block calls `Meta.lower()` which includes styled output, and
its easier to see when Documenter.jl itself renders it rather than
having the output already in the Markdown file and trying to syntax
highlight it.
Currently it's handled by Manifest.toml, but Project.toml is easier to
check against and it lets devs know that the docs should be built with a
particular version of julia.

There should also probably be compat bounds on the other docs
dependencies.
@codecov
Copy link

codecov bot commented Nov 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.81%. Comparing base (376d172) to head (ad4a37e).
⚠️ Report is 83 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #704      +/-   ##
==========================================
+ Coverage   81.03%   84.81%   +3.78%     
==========================================
  Files          12       12              
  Lines        2636     2726      +90     
==========================================
+ Hits         2136     2312     +176     
+ Misses        500      414      -86     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@abhro abhro marked this pull request as ready for review November 28, 2025 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant