Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2681ee9

Browse files
committed
fixup! Add an HTML-only (English) build variant
1 parent 54ac49e commit 2681ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ class DocBuilder:
620620
@property
621621
def html_only(self):
622622
return (
623-
self.select_output.startswith("only-html")
623+
self.select_output in {"only-html", "only-html-en"}
624624
or self.quick
625625
or self.language.html_only
626626
)

0 commit comments

Comments
 (0)