You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sphinx-build -b html -D language=cs -D translation_progress_classes=0 source build
says
WARNING: The config value `translation_progress_classes` has to be a one of (True, False, 'translated', 'untranslated'), but `0` is given.
Configuration error:
translation_progress_classes must be True, False, "translated" or "untranslated"
Environment Information
"sphinx==8.1.3"
Sphinx extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
-D, --define
parameter to sphinx-build should convert0
toFalse
as documented.However, for recently added
translation_progress_classes
option it doesn't work.How to Reproduce
says
Environment Information
Sphinx extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: