-
-
Couldn't load subscription status.
- Fork 5.7k
Closed
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentationsparseSparse arraysSparse arrays
Description
build error
[ Info: CrossReferences: building cross-references.
┌ Error: Cannot resolve @ref for md"[`cholesky`](@ref SparseArrays.CHOLMOD.cholesky)" in src/stdlib/SparseArrays.md.
│ - Exception trying to find docref for `SparseArrays.CHOLMOD.cholesky`: unable to get the binding for `SparseArrays.CHOLMOD.cholesky` in module Main
└ @ Documenter /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-XG3Q6T6R70.0/build/default-honeycrisp-XG3Q6T6R70-0/julialang/julia-master-scheduled/doc/deps/packages/Documenter/pA5Sa/src/utilities/utilities.jl:44
┌ Error: Cannot resolve @ref for md"[`ldlt`](@ref SparseArrays.CHOLMOD.ldlt)" in src/stdlib/SparseArrays.md.
│ - Exception trying to find docref for `SparseArrays.CHOLMOD.ldlt`: unable to get the binding for `SparseArrays.CHOLMOD.ldlt` in module Main
└ @ Documenter /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-XG3Q6T6R70.0/build/default-honeycrisp-XG3Q6T6R70-0/julialang/julia-master-scheduled/doc/deps/packages/Documenter/pA5Sa/src/utilities/utilities.jl:44
┌ Error: Cannot resolve @ref for md"[`lu`](@ref SparseArrays.UMFPACK.lu)" in src/stdlib/SparseArrays.md.
│ - Exception trying to find docref for `SparseArrays.UMFPACK.lu`: unable to get the binding for `SparseArrays.UMFPACK.lu` in module Main
└ @ Documenter /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-XG3Q6T6R70.0/build/default-honeycrisp-XG3Q6T6R70-0/julialang/julia-master-scheduled/doc/deps/packages/Documenter/pA5Sa/src/utilities/utilities.jl:44
┌ Error: Cannot resolve @ref for md"[`qr`](@ref SparseArrays.SPQR.qr)" in src/stdlib/SparseArrays.md.
│ - Exception trying to find docref for `SparseArrays.SPQR.qr`: unable to get the binding for `SparseArrays.SPQR.qr` in module Main
└ @ Documenter /Users/julia/.julia/scratchspaces/a66863c6-20e8-4ff4-8a62-49f30b1f605e/agent-cache/default-honeycrisp-XG3Q6T6R70.0/build/default-honeycrisp-XG3Q6T6R70-0/julialang/julia-master-scheduled/doc/deps/packages/Documenter/pA5Sa/src/utilities/utilities.jl:44
[ Info: CheckDocument: running document checks.
[ Info: Populate: populating indices.
ERROR: LoadError: `makedocs` encountered an error [:cross_references] -- terminating build before rendering.related docs
SparseArrays.jl docs:
1. [`cholesky`](@ref SparseArrays.CHOLMOD.cholesky)
2. [`ldlt`](@ref SparseArrays.CHOLMOD.ldlt)
3. [`lu`](@ref SparseArrays.UMFPACK.lu)
4. [`qr`](@ref SparseArrays.SPQR.qr)All of these solvers are GPL-licensed, and SparseArrays will not include their definitions when USE_GPL_LIBS:=0.
Perhaps the easiest way to fix this is to move those lines to docs/solvers.md,
since julia only copies docs/index.md when building documentation.
DilumAluthge
Metadata
Metadata
Assignees
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentationsparseSparse arraysSparse arrays