Commit 773327a
committed
fix: Use Docs.HTML instead of Documenter.HTML for inline scripts
The `HTML` type imported from `Documenter` is the format specification
type (for configuring HTML output), not for embedding inline HTML content.
MultiDocumenter's `custom_scripts` parameter expects `Docs.HTML` from
Julia's standard library for inline script content.
Fixes build error:
MethodError: no method matching HTML(::String)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent f9f427c commit 773327a
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
0 commit comments