-
Notifications
You must be signed in to change notification settings - Fork 3
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
Upgrade Documenter to version 1.0 #24
Upgrade Documenter to version 1.0 #24
Conversation
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
test/Project.toml
Outdated
@@ -4,5 +4,5 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" | |||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | |||
|
|||
[compat] | |||
Documenter = "0.27" | |||
Documenter = "1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems Julia 1.0 is not compatible with Documenter >= 1.0. It would be fine to drop support for Julia 1.0 at this point but I think we can keep it for now since it should not require any additional maintenance: For the doctests, docs/make.jl and the Documenter 1.0 specific settings are irrelevant, so keeping support for Documenter 0.27 in the tests seems safe.
Documenter = "1" | |
Documenter = "0.27, 1" |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #24 +/- ##
=======================================
Coverage 87.50% 87.50%
=======================================
Files 3 3
Lines 32 32
=======================================
Hits 28 28
Misses 4 4 ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 9870591805Details
💛 - Coveralls |
Thank you! |
No description provided.