Skip to content

Fix Sphinx docs build with language config#117

Merged
ad-m merged 1 commit intomasterfrom
fix/sphinx-language-config
Mar 7, 2026
Merged

Fix Sphinx docs build with language config#117
ad-m merged 1 commit intomasterfrom
fix/sphinx-language-config

Conversation

@ad-m
Copy link
Owner

@ad-m ad-m commented Mar 7, 2026

Summary

  • Set language = "en" instead of None in docs/conf.py
  • Sphinx 7.x treats language = None as invalid and errors out when building with -W (warnings as errors), causing CI docs build to fail

Test plan

  • Verified sphinx-build -W docs succeeds locally with the fix

🤖 Generated with Claude Code

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: Claude Opus 4.6 <noreply@anthropic.com>
@ad-m ad-m merged commit 4a4dd76 into master Mar 7, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant