Skip to content

Commit 19e504f

Browse files
committed
change conf.py to use modules-by-board
1 parent a184380 commit 19e504f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
# Grab the JSON values to use while building the module support matrix
3333
# in 'shared-bindings/index.rst'
3434

35-
modules_support_matrix = shared_bindings_matrix.support_matrix()
35+
#modules_support_matrix = shared_bindings_matrix.support_matrix_excluded_boards()
36+
modules_support_matrix = shared_bindings_matrix.support_matrix_by_board()
3637

3738
html_context = {
3839
'support_matrix': modules_support_matrix

0 commit comments

Comments
 (0)