JuliaGraphs / Graphs.jl

An optimized graphs package for the Julia programming language
http://juliagraphs.org/Graphs.jl/
Other
459 stars 91 forks source link

Update the version of Documenter.jl #294

Closed hyrodium closed 1 year ago

hyrodium commented 1 year ago

This PR fixes https://github.com/JuliaGraphs/Graphs.jl/issues/292.

Documenter.jl generates index.html to redirect page after v0.27.6 version. See https://github.com/JuliaDocs/Documenter.jl/pull/1657 for more information.

codecov[bot] commented 1 year ago

Codecov Report

Merging #294 (d840b1d) into master (9d8fa48) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #294   +/-   ##
=======================================
  Coverage   97.32%   97.32%           
=======================================
  Files         115      115           
  Lines        6754     6754           
=======================================
  Hits         6573     6573           
  Misses        181      181           
etiennedeg commented 1 year ago

Why is it not bumped by CompatHelper ?

hyrodium commented 1 year ago

Why is it not bumped by CompatHelper ?

There is a related issue: https://github.com/JuliaRegistries/CompatHelper.jl/issues/408.