add some more debug output

pull/60/head
Nicholas Bollweg 2021-07-06 11:31:46 -04:00 zatwierdzone przez GitHub
rodzic 2ba2639b47
commit 1155590d62
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -135,6 +135,7 @@ def clean_schema(app: Sphinx, error):
def before_rtd_build(app: Sphinx, error):
"""performs the full frontend build, and ensures the typedoc"""
for task in RTD_TASKS:
print(f"running doit {task}", flush=True)
subprocess.check_call(["doit", task], cwd=str(ROOT))