We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a184380 commit 19e504fCopy full SHA for 19e504f
conf.py
@@ -32,7 +32,8 @@
32
# Grab the JSON values to use while building the module support matrix
33
# in 'shared-bindings/index.rst'
34
35
-modules_support_matrix = shared_bindings_matrix.support_matrix()
+#modules_support_matrix = shared_bindings_matrix.support_matrix_excluded_boards()
36
+modules_support_matrix = shared_bindings_matrix.support_matrix_by_board()
37
38
html_context = {
39
'support_matrix': modules_support_matrix
0 commit comments