Skip to content

Commit 42354cc

Browse files
kartbenaescolar
authored andcommitted
doc: scripts: boards: don't init pykwalify logging
This might be a leftover from a previous version but this is basically silencing all Sphinx logs when generating the catalog from Sphinx -- not good! Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 329f411 commit 42354cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/_scripts/gen_boards_catalog.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from pathlib import Path
77

88
import list_boards, list_hardware
9-
import pykwalify
109
import yaml
1110
import zephyr_module
1211
from gen_devicetree_rest import VndLookup
@@ -52,8 +51,6 @@ def guess_doc_page(board_or_shield):
5251

5352

5453
def get_catalog():
55-
pykwalify.init_logging(1)
56-
5754
vnd_lookup = VndLookup(ZEPHYR_BASE / "dts/bindings/vendor-prefixes.txt", [])
5855

5956
module_settings = {

0 commit comments

Comments
 (0)