From 19e504f182e6498b06fbe4398a53f027e9b76088 Mon Sep 17 00:00:00 2001 From: sommersoft Date: Sat, 27 Jul 2019 09:16:06 -0500 Subject: [PATCH] change conf.py to use modules-by-board --- conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 0c23028ecb..1e287e75e1 100644 --- a/conf.py +++ b/conf.py @@ -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