diff --git a/conf.py b/conf.py
index f1801508f2d19ae79a01bd2d4a992e7b5fd46cbc..7527da1be6c4b679f7ea7552b79e230443a1b6ca 100644
--- a/conf.py
+++ b/conf.py
@@ -66,7 +66,11 @@ html_theme_options = {
 }
 html_title = "BeagleBoard Documentation"
 html_logo = str(BBDOCS_BASE / "_static" / "images" / "logo.svg")
+print(html_logo)
 html_favicon = str(BBDOCS_BASE / "_static" / "images" / "favicon.ico")
+print(html_favicon)
+print(os.listdir(str(BBDOCS_BASE / "_static")))
+print(os.listdir(str(BBDOCS_BASE / "_static" / "images")))
 html_static_path = [str(BBDOCS_BASE / "_static")]
 html_last_updated_fmt = "%b %d, %Y"
 html_domain_indices = False