fix: picture caption visuals (#129)

Signed-off-by: DKL <dkl@zurich.ibm.com>
This commit is contained in:
Kasper Dinkla
2025-04-15 13:17:00 +02:00
committed by GitHub
parent 420162e674
commit 5dfb75d3b9

View File

@@ -17,7 +17,7 @@ logger = logging.getLogger(__name__)
############################
logo_path = "https://raw.githubusercontent.com/docling-project/docling/refs/heads/main/docs/assets/logo.svg"
js_components_url = "https://unpkg.com/@docling/docling-components@0.0.3"
js_components_url = "https://unpkg.com/@docling/docling-components@0.0.6"
if (
docling_serve_settings.static_path is not None
and docling_serve_settings.static_path.is_dir()