We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa4a29 commit 083b3e7Copy full SHA for 083b3e7
build_docs.py
@@ -640,6 +640,9 @@ def run(self, http: urllib3.PoolManager) -> bool:
640
start_timestamp = dt.now(tz=timezone.utc).replace(microsecond=0)
641
logging.info("Running.")
642
try:
643
+ if self.language.html_only and not self.includes_html:
644
+ logging.info("Skipping non-HTML build (language is HTML-only).")
645
+ return True
646
self.cpython_repo.switch(self.version.branch_or_tag)
647
if self.language.tag != "en":
648
self.clone_translation()
0 commit comments