Commit bd92431
committed
fix(config): Restore html_favicon default dropped in workspace refactor
why: Commit cc813db explicitly added html_favicon="_static/favicon.ico"
as a shared default; it was accidentally dropped in the workspace
split (82a1441). The test asserting its absence was written after the
accidental removal, documenting the bug rather than the intent.
what:
- Restore "html_favicon": "_static/favicon.ico" to merge_sphinx_config()
- Fix test_merge_sphinx_config_html_paths to assert the correct value1 parent 09a3db0 commit bd92431
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| 378 | + | |
378 | 379 | | |
379 | 380 | | |
380 | 381 | | |
| |||
| 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