From 03b66340b89863b3a2c348f1d4cd9ff2662069cd Mon Sep 17 00:00:00 2001 From: KonanAI <110348966+konan-ai@users.noreply.github.com> Date: Tue, 25 Jul 2023 17:27:14 -0400 Subject: [PATCH] Update conf.py Signed-off-by: KonanAI <110348966+konan-ai@users.noreply.github.com> --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 762b77e..9270afb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -119,6 +119,7 @@ def run_postprocess(app, exception): # The path to the 'index.html' file html_file_path = os.path.join(app.outdir, "_readthedocs", "html", "index.html") + print("find_index_html") find_index_html('.') print(f"Running postprocess on: {html_file_path}") # print statement