Skip to content

docs: fix HTML size error #389

docs: fix HTML size error

docs: fix HTML size error #389

Triggered via push May 8, 2024 10:23
Status Success
Total duration 23m 19s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
build: ../../../.julia/packages/Documenter/CJeWX/src/html/HTMLWriter.jl#L732
Unable to determine the repository root URL for the navbar link. This can happen when a string is passed to the `repo` keyword of `makedocs`. To remove this warning, either pass a Remotes.Remote object to `repo` to completely specify the remote repository, or explicitly set the remote URL by setting `repolink` via `makedocs(format = HTML(repolink = "..."), ...)`.
build: ../../../.julia/packages/Documenter/CJeWX/src/html/HTMLWriter.jl#L1824
Generated HTML over size_threshold_warn limit: function-docs.md Generated file size: 195.06 (KiB) size_threshold_warn: 100.0 (KiB) size_threshold: 1.95 (MiB) HTML file: function-docs/index.html
build: ../../../.julia/packages/Documenter/CJeWX/src/html/HTMLWriter.jl#L2260
Unexpected Julia interpolation in the Markdown. This probably means that you have an unbalanced or un-escaped $ in the text. To write the dollar sign, escape it with `\$` We don't have the file or line number available, but we got given the value: `X` which is of type `Symbol`
build: ../../../.julia/packages/Documenter/CJeWX/src/html/HTMLWriter.jl#L1824
Generated HTML over size_threshold_warn limit: generated/example-script-01.md Generated file size: 906.52 (KiB) size_threshold_warn: 100.0 (KiB) size_threshold: 1.95 (MiB) HTML file: generated/example-script-01/index.html
build: ../../../.julia/packages/Documenter/CJeWX/src/html/HTMLWriter.jl#L804
For 9 @example blocks, the 'text/html' representation of the resulting object is above the threshold (example_size_threshold: 8192 bytes). - 1 blocks had no image MIME show() method representation as an alternative. Sticking to the 'text/html' representation (largest block is 888881 bytes). On pages: generated/example-script-01.md - 8 blocks had 'image/svg+xml' fallback image representation available, using that. On pages: generated/example-script-01.md
build: ../../../.julia/packages/Documenter/CJeWX/src/deploydocs.jl#L533
removing `stable` and linking `stable` to `v0.9.9`.
build: ../../../.julia/packages/Documenter/CJeWX/src/deploydocs.jl#L533
removing `v0.9` and linking `v0.9` to `v0.9.9`.
build: ../../../.julia/packages/Documenter/CJeWX/src/deploydocs.jl#L533
removing `v0.8` and linking `v0.8` to `v0.8.0`.
build: ../../../.julia/packages/Documenter/CJeWX/src/deploydocs.jl#L533
removing `v0.7` and linking `v0.7` to `v0.7.5`.
build: ../../../.julia/packages/Documenter/CJeWX/src/deploydocs.jl#L533
removing `v0.6` and linking `v0.6` to `v0.6.3`.
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`