Skip to content

Commit

Permalink
fixup! Add an HTML-only (English) build variant
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Oct 10, 2024
1 parent 54ac49e commit 2681ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ class DocBuilder:
@property
def html_only(self):
return (
self.select_output.startswith("only-html")
self.select_output in {"only-html", "only-html-en"}
or self.quick
or self.language.html_only
)
Expand Down

0 comments on commit 2681ee9

Please sign in to comment.