Skip to content

Commit 8790ce0

Browse files
authored
Merge pull request #8527 from adafruit/tannewt-patch-1
Stop building the support matrix pdf
2 parents a59ceed + 4fbf199 commit 8790ce0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,9 @@ def autoapi_prepare_jinja_env(jinja_env):
376376
latex_documents = [
377377
("docs/pdf", 'CircuitPython.tex', 'CircuitPython Documentation',
378378
'CircuitPython Contributors', 'manual'),
379-
("shared-bindings/support_matrix", 'SupportMatrix.tex', 'Board Support Matrix',
380-
'CircuitPython Contributors', 'manual'),
379+
# Uncomment this if you want to build a PDF of the board -> module support matrix.
380+
# ("shared-bindings/support_matrix", 'SupportMatrix.tex', 'Board Support Matrix',
381+
# 'CircuitPython Contributors', 'manual'),
381382
]
382383

383384
# The name of an image file (relative to this directory) to place at the top of

0 commit comments

Comments
 (0)