[docs] update to Documenter@1 and Clang@0.19 - #3229
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## latest #3229 +/- ##
==========================================
+ Coverage 73.15% 73.21% +0.05%
==========================================
Files 445 445
Lines 108018 107993 -25
Branches 17313 17316 +3
==========================================
+ Hits 79024 79069 +45
+ Misses 28718 28648 -70
Partials 276 276 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Thanks! Now it works (after updating Julia), but only if I compile from the HiGHS folder. If I compile from |
|
Unless it's viewed as a breaking change, I wouldn't mind changing the documentation. Then building docs is done from the same place as building HiGHS and pip install |
|
This will now work from any directory. The README was also missing |
|
It works if I run just |
|
Delete the Manifest.toml. You’ve got the old mix of versions installed. If it works without project it’s because you have something installed in your global project. start then type (base) odow@Mac HiGHS % julia --project=docs
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.12.7 (2026-08-15)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org release
|__/ |
(docs) pkg> st
Status `~/git/ERGO-Code/HiGHS/docs/Project.toml`
[40e3b903] Clang v0.19.3
[e30172f5] Documenter v1.17.0
(docs) pkg> update
Updating registry at `~/.julia/registries/General.toml`
Project No packages added to or removed from `~/git/ERGO-Code/HiGHS/docs/Project.toml`
Manifest No packages added to or removed from `~/git/ERGO-Code/HiGHS/docs/Manifest.toml`
(docs) pkg> |
|
Thanks, now everything works |
|
Thank you! |
Description
This PR updates the documentation build to use Documenter@1 and Clang@0.19
Preview link: https://ergo-code.github.io/HiGHS/previews/PR3229/
Checklist
latestbranch