JuliaSmoothOptimizers / LinearOperators.jl

Linear Operators for Julia
Other
149 stars 31 forks source link

Fix documentation build #311

Closed tmigot closed 5 months ago

tmigot commented 5 months ago

I have noticed for a couple of weeks that the documentation build fails here. I suspect the documentation to fail with 1.2.

Besides, there is the following warning:

┌ Warning: linkcheck 'https://juliasmoothoptimizers.github.io/tutorials/introduction-to-linear-operators/' status: 301, redirects to 'https://jso.dev/tutorials/introduction-to-linear-operators/'
└ @ Documenter C:\Users\tangi\.julia\packages\Documenter\Meee1\src\docchecks.jl:240
┌ Warning: linkcheck 'https://juliasmoothoptimizers.github.io' status: 301, redirects to 'https://jso.dev/'
└ @ Documenter C:\Users\tangi\.julia\packages\Documenter\Meee1\src\docchecks.jl:240
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (849dfad) 96.58% compared to head (945ac8b) 96.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #311 +/- ## ======================================= Coverage 96.58% 96.58% ======================================= Files 15 15 Lines 1055 1055 ======================================= Hits 1019 1019 Misses 36 36 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tmigot commented 5 months ago

Okay that's strange... Any idea @geoffroyleconte @amontoison ?

github-actions[bot] commented 5 months ago
Package name latest stable
CaNNOLeS.jl
DCISolver.jl
FletcherPenaltySolver.jl
JSOSolvers.jl
Krylov.jl
NLPModels.jl
NLPModelsModifiers.jl
PROPACK.jl
Percival.jl
QuadraticModels.jl
SolverTools.jl
amontoison commented 5 months ago

Okay that's strange... Any idea @geoffroyleconte @amontoison ?

You just need to update the link. We have this warning since that we changed the domain (jso.dev).

tmigot commented 5 months ago

Okay for the warning, but it stills fail

geoffroyleconte commented 5 months ago

Linked to this ? https://github.com/JuliaDocs/Documenter.jl/issues/2206

tmigot commented 5 months ago

Thanks @geoffroyleconte it seems to work now. Just one question: https://github.com/JuliaSmoothOptimizers/LinearOperators.jl/blob/49f4c4bd32437b2c087fee6cbb52e827c5bf9031/docs/src/index.md?plain=1#L86 mention julia 0.6 is that a typo?