commit | 1f6ff7b10088557b87c161403a33892d9bc34ec5 | [log] [tgz] |
---|---|---|
author | Aksel Skauge Mellbye <aksel.mellbye@silabs.com> | Thu Apr 03 13:51:58 2025 +0200 |
committer | Benjamin Cabé <kartben@gmail.com> | Mon Apr 07 08:54:49 2025 +0200 |
tree | 67a3daaa05e51d4a9d7c86b1435e89a241798b9f | |
parent | 90dbc8dfd177b8a51df7a92bb69202650cc6f38b [diff] |
doc: Fix html-live doc command OUTPUT_DIR was not passed to the html-live target, causing a Python exception: ``` TypeError: argument should be a str or an os.PathLike object where __fspath__ returns a str, not 'NoneType' ``` Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>