From 62f10736b214bb9b19f4bf46068b4d2caa65616a Mon Sep 17 00:00:00 2001 From: TRS-80 Date: Tue, 1 Feb 2022 14:57:24 +0000 Subject: [PATCH] mkdocs.yml: Comment out PDF automatic generation (#176) Since we are not using it anyway. This reduces local mkdocs re-generation from minutes to seconds. It also prevents almost 10K lines of binary (document.pdf) from being added to the docs repo with every PR. See also: https://github.com/armbian/documentation/issues/171. --- mkdocs.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 5e15f0a5..50fd8e37 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,11 +11,14 @@ theme: plugins: - search: - - with-pdf: - author: Armbian documentation team - copyright: © 2021 by Armbian - cover_title: Armbian documentation - cover_subtitle: Linux for ARM development boards + # NOTE: See https://github.com/armbian/documentation/issues/171 + # (TRS-80 2022-02-01) + # + # - with-pdf: + # author: Armbian documentation team + # copyright: © 2021 by Armbian + # cover_title: Armbian documentation + # cover_subtitle: Linux for ARM development boards markdown_extensions: - smarty