Fix: bad uri for static files

This commit is contained in:
Kujiu 2024-07-29 14:32:34 +02:00
parent 7565a38385
commit 5f9612197d
Signed by: kujiu
GPG key ID: ABBB2CAC6855599F

View file

@ -44,7 +44,7 @@ def append_fa_image(self: HTMLTranslator, node: fa or falink) -> None:
path = relative_uri(
self.builder.current_docname,
self.builder.outdir + '/_static/' + path
'_static/' + path
)
label_uid = uuid.uuid4()