Commit 148b44d
committed
Fix PDF build: hide SVG badge from LaTeX output
The Codespaces badge references an external .svg URL which pdflatex
cannot include, causing a fatal error. Wrap the badge in
'.. only:: html' and provide a plain hyperlink for non-HTML builders.
https://claude.ai/code/session_014hVQ5UrK1B4N9ar4UfYpm41 parent 98a88cd commit 148b44d
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
0 commit comments