summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorsommersoft <sommersoft@gmail.com>2019-07-27 09:16:06 -0500
committersommersoft <sommersoft@gmail.com>2019-07-27 09:16:06 -0500
commit19e504f182e6498b06fbe4398a53f027e9b76088 (patch)
tree25f3fac502c6b8ba2aa51f42ce98a4056a1a7fdb /conf.py
parenta184380dc9a01a88ecb3735d5fbf48e955f2546f (diff)
change conf.py to use modules-by-board
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