Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 0b8b93c4 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

WIP: check directory structure

parent 8bb17a1f
Branches
Tags
No related merge requests found
Pipeline #4361 passed with stages
in 2 minutes and 6 seconds
...@@ -66,7 +66,11 @@ html_theme_options = { ...@@ -66,7 +66,11 @@ html_theme_options = {
} }
html_title = "BeagleBoard Documentation" html_title = "BeagleBoard Documentation"
html_logo = str(BBDOCS_BASE / "_static" / "images" / "logo.svg") html_logo = str(BBDOCS_BASE / "_static" / "images" / "logo.svg")
print(html_logo)
html_favicon = str(BBDOCS_BASE / "_static" / "images" / "favicon.ico") 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_static_path = [str(BBDOCS_BASE / "_static")]
html_last_updated_fmt = "%b %d, %Y" html_last_updated_fmt = "%b %d, %Y"
html_domain_indices = False html_domain_indices = False
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment