diff options
| author | sommersoft <sommersoft@gmail.com> | 2019-07-27 09:16:06 -0500 |
|---|---|---|
| committer | sommersoft <sommersoft@gmail.com> | 2019-07-27 09:16:06 -0500 |
| commit | 19e504f182e6498b06fbe4398a53f027e9b76088 (patch) | |
| tree | 25f3fac502c6b8ba2aa51f42ce98a4056a1a7fdb /conf.py | |
| parent | a184380dc9a01a88ecb3735d5fbf48e955f2546f (diff) | |
change conf.py to use modules-by-board
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
