Skip to content

Commit 4eb6d21

Browse files
committed
Only build HTML for non-switcher languages
1 parent 0f2598a commit 4eb6d21

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)