Skip to content

Commit 9af4b15

Browse files
kwagyemanclaude
andcommitted
docs: Drop openmv-media submodule references.
Switch html_logo and html_favicon to local copies under docs/static/ instead of the openmv-media submodule. The favicon was copied directly from openmv-media/icons/openmv-icon/openmv.ico; the dark logo was already in static/ for the Shibuya light_logo/dark_logo theme options. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8529502 commit 9af4b15

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,12 +447,12 @@ def _render_landing_code(src):
447447

448448
# The name of an image file (relative to this directory) to place at the top
449449
# of the sidebar.
450-
html_logo = "../../openmv-media/logos/openmv-logo-white/web-logo-sticky.png"
450+
html_logo = "static/openmv-logo-dark.png"
451451

452452
# The name of an image file (within the static path) to use as favicon of the
453453
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
454454
# pixels large.
455-
html_favicon = "../../openmv-media/icons/openmv-icon/openmv.ico"
455+
html_favicon = "static/openmv.ico"
456456

457457
# Add any paths that contain custom static files (such as style sheets) here,
458458
# relative to this directory. They are copied after the builtin static files,

docs/static/openmv.ico

127 KB
Binary file not shown.

0 commit comments

Comments
 (0)