change conf.py to use modules-by-board

This commit is contained in:
sommersoft 2019-07-27 09:16:06 -05:00
parent a184380dc9
commit 19e504f182
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ master_doc = 'docs/index'
# Grab the JSON values to use while building the module support matrix
# in 'shared-bindings/index.rst'
modules_support_matrix = shared_bindings_matrix.support_matrix()
#modules_support_matrix = shared_bindings_matrix.support_matrix_excluded_boards()
modules_support_matrix = shared_bindings_matrix.support_matrix_by_board()
html_context = {
'support_matrix': modules_support_matrix