summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index 0c23028ec..1e287e75e 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