Fix: bad uri for static files
This commit is contained in:
parent
7565a38385
commit
5f9612197d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def append_fa_image(self: HTMLTranslator, node: fa or falink) -> None:
|
||||||
|
|
||||||
path = relative_uri(
|
path = relative_uri(
|
||||||
self.builder.current_docname,
|
self.builder.current_docname,
|
||||||
self.builder.outdir + '/_static/' + path
|
'_static/' + path
|
||||||
)
|
)
|
||||||
|
|
||||||
label_uid = uuid.uuid4()
|
label_uid = uuid.uuid4()
|
||||||
|
|
Loading…
Reference in a new issue