Skip to content
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

Merged
merged 7 commits into from
Jul 10, 2024

Conversation

pnavaro
Copy link
Contributor

@pnavaro pnavaro commented Jul 5, 2024

No description provided.

docs/Project.toml Outdated Show resolved Hide resolved
test/Project.toml Show resolved Hide resolved
pnavaro and others added 3 commits July 6, 2024 13:53
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
@@ -4,5 +4,5 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Documenter = "0.27"
Documenter = "1"
Copy link
Member

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.

Suggested change
Documenter = "1"
Documenter = "0.27, 1"

Copy link

codecov bot commented Jul 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.50%. Comparing base (3892406) to head (9fce70f).

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.
📢 Have feedback on the report? Share it here.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 9870591805

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall first build on upgrade_documenter at 93.333%

Totals Coverage Status
Change from base Build 9870287569: 93.3%
Covered Lines: 28
Relevant Lines: 30

💛 - Coveralls

@devmotion
Copy link
Member

Thank you!

@devmotion devmotion merged commit 7c72cf8 into JuliaOptimalTransport:main Jul 10, 2024
18 of 19 checks passed
@pnavaro pnavaro deleted the upgrade_documenter branch July 22, 2024 08:36
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.

None yet

3 participants