Commit c9c8fca
committed
fix(config): Revert html_favicon default — gp-sphinx docs have no favicon
why: The shared default html_favicon="_static/favicon.ico" breaks CI
because gp-sphinx's own docs don't ship a favicon, and -W (warnings
as errors) makes the missing-file warning fatal. The workspace refactor
drop was intentional, not a regression. Downstream projects that need
favicons should pass html_favicon as an override.
what:
- Remove html_favicon from merge_sphinx_config() defaults
- Restore test asserting html_favicon is not in default output1 parent 409f7c6 commit c9c8fca
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
379 | 378 | | |
380 | 379 | | |
381 | 380 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| |||
0 commit comments