From 4fbf199034ce439d528299cfb89afcdf02326e58 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 26 Oct 2023 12:59:59 -0700 Subject: [PATCH] Stop building the support matrix pdf --- conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 938a71fa73..83041272c3 100644 --- a/conf.py +++ b/conf.py @@ -376,8 +376,9 @@ latex_elements = { latex_documents = [ ("docs/pdf", 'CircuitPython.tex', 'CircuitPython Documentation', 'CircuitPython Contributors', 'manual'), - ("shared-bindings/support_matrix", 'SupportMatrix.tex', 'Board Support Matrix', - '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', + # 'CircuitPython Contributors', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of