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.
2 parents a59ceed + 4fbf199 commit 8790ce0Copy full SHA for 8790ce0
conf.py
@@ -376,8 +376,9 @@ def autoapi_prepare_jinja_env(jinja_env):
376
latex_documents = [
377
("docs/pdf", 'CircuitPython.tex', 'CircuitPython Documentation',
378
'CircuitPython Contributors', 'manual'),
379
- ("shared-bindings/support_matrix", 'SupportMatrix.tex', 'Board Support Matrix',
380
- 'CircuitPython Contributors', 'manual'),
+ # Uncomment this if you want to build a PDF of the board -> module support matrix.
+ # ("shared-bindings/support_matrix", 'SupportMatrix.tex', 'Board Support Matrix',
381
+ # 'CircuitPython Contributors', 'manual'),
382
]
383
384
# The name of an image file (relative to this directory) to place at the top of
0 commit comments