Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def iso639_tag(self) -> str:

@property
def html_only(self) -> bool:
return self._language.html_only
return self._language.html_only or not self._language.in_prod

@property
def url(self):
Expand Down
Loading