From 1155590d62a50b4d1a9a844731bc444910ad8161 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Tue, 6 Jul 2021 11:31:46 -0400 Subject: [PATCH] add some more debug output --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 496fb9c..faa24e9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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))