Skip to content

Commit 1860eda

Browse files
authored
Only build HTML for non-switcher languages (#308)
1 parent 5453926 commit 1860eda

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
@@ -316,7 +316,7 @@ def iso639_tag(self) -> str:
316316

317317
@property
318318
def html_only(self) -> bool:
319-
return self._language.html_only
319+
return self._language.html_only or not self._language.in_prod
320320

321321
@property
322322
def url(self):

0 commit comments

Comments
 (0)