From 0b8b93c46dda2185dd8f8bcd022415fd63a0a456 Mon Sep 17 00:00:00 2001
From: Deepak Khatri <lorforlinux@beagleboard.org>
Date: Tue, 27 Jun 2023 16:55:12 +0530
Subject: [PATCH] WIP: check directory structure

---
 conf.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/conf.py b/conf.py
index f1801508..7527da1b 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
-- 
GitLab