Open
Description
Building the docs currently emits the following two warnings:
Installed Parsers ──── v2.2.0
Installed Documenter ─ v0.27.12
Precompiling project...
6 dependencies successfully precompiled in 9 seconds
[ Info: SetupBuildDirectory: setting up build directory.
[ Info: Doctest: running doctests.
[ Info: ExpandTemplates: expanding markdown templates.
[ Info: CrossReferences: building cross-references.
[ Info: CheckDocument: running document checks.
[ Info: Populate: populating indices.
[ Info: RenderDocument: rendering document.
[ Info: HTMLWriter: rendering HTML pages.
┌ Warning: invalid local link: unresolved path in stdlib/LinearAlgebra.md
│ link.text =
│ 1-element Vector{Any}:
│ Markdown.Code("", "\\")
│ link.url = "math.html#Base.:\\-Tuple{Any, Any}"
└ @ Documenter.Writers.HTMLWriter ~/Documents/Julia/julia/doc/deps/packages/Documenter/Nu7Lp/src/Writers/HTMLWriter.jl:2078
┌ Warning: invalid local link: unresolved path in stdlib/LinearAlgebra.md
│ link.text =
│ 1-element Vector{Any}:
│ Markdown.Code("", "rdiv!")
│ link.url = "../stdlib/LinearAlgebra.html#LinearAlgebra.rdiv!"
└ @ Documenter.Writers.HTMLWriter ~/Documents/Julia/julia/doc/deps/packages/Documenter/Nu7Lp/src/Writers/HTMLWriter.jl:2078
Build finished. The HTML pages are in _build/html.
make: Leaving directory '/home/simeon/Documents/Julia/julia/doc'
Seems to have been caused by JuliaLang/julia#43632.