-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
try documenter 1.0 upgrade #371
Conversation
Codecov Report
@@ Coverage Diff @@
## main #371 +/- ##
===========================================
+ Coverage 20.01% 34.19% +14.17%
===========================================
Files 14 23 +9
Lines 1444 1787 +343
===========================================
+ Hits 289 611 +322
- Misses 1155 1176 +21
... and 12 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@mortenpi Could you have a look at the failure here: |
So I don't think that's causing the error, but you will run into trouble with these at-eval blocks, which are returning a LinearSolve.jl/docs/src/index.md Lines 87 to 115 in 82a4be5
Instead, this should be done with an object that has an |
Alright, the main error is a Documenter regression. It actually comes from the (perfectly fine) use of the |
98ea389
to
daf7212
Compare
No description provided.