Commit e5e2147
authored
fix: remove YAML metadata from doc.md to fix GitHub Pages display (#405)
## Summary
- Fixes the issue where FORD configuration metadata was appearing as raw
text on GitHub Pages
- Configuration moved to fpm.toml where it belongs
- Documentation now displays cleanly without metadata artifacts
## Problem
The GitHub Pages documentation at
https://lazy-fortran.github.io/fortplot/ was showing raw YAML
configuration text instead of a clean summary. This was due to incorrect
FORD metadata format in doc.md.
## Solution
- Removed all YAML metadata from doc.md (keeping only markdown content)
- Simplified the [extra.ford] configuration in fpm.toml to essential
settings
- FORD now correctly reads configuration from fpm.toml and displays
clean documentation
## Testing
- Regenerated documentation locally with `ford doc.md`
- Verified that build/doc/index.html no longer contains metadata text
- Confirmed clean HTML output without configuration artifacts
Fixes #3991 parent fc9dbc1 commit e5e2147
3 files changed
+3
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 1 | | |
28 | 2 | | |
29 | 3 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments