Commit 4a4dd76
Fix Sphinx docs build: set language to 'en' instead of None (#117)
Sphinx 7.x treats `language = None` as an invalid configuration value
and errors out when using `-W` (warnings as errors). Setting it to "en"
resolves the build failure.
Co-authored-by: Adam Dobrawy <naczelnik@jawne.info.pl>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6261034 commit 4a4dd76
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments