Skip to content

Commit 4a4dd76

Browse files
ad-mAdam Dobrawyclaude
authored
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

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#
6262
# This is also used if you do content translation via gettext catalogs.
6363
# Usually you set "language" from the command line for these cases.
64-
language = None
64+
language = "en"
6565

6666
# List of patterns, relative to source directory, that match files and
6767
# directories to ignore when looking for source files.

0 commit comments

Comments
 (0)