Skip to content

Commit b66ca34

Browse files
committed
Re-enable translation_progress_classes
We now use Sphinx 8.2, which should properly convert command-line overrides to Boolean values.
1 parent 6aa487d commit b66ca34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ def build(self):
717717
f"-D locale_dirs={locale_dirs}",
718718
f"-D language={self.language.iso639_tag}",
719719
"-D gettext_compact=0",
720-
# "-D translation_progress_classes=1",
720+
"-D translation_progress_classes=1",
721721
)
722722
)
723723
if self.language.tag == "ja":

0 commit comments

Comments
 (0)