From bc699addcf4bbf532db476c0878afe41baffdb31 Mon Sep 17 00:00:00 2001 From: Werner Date: Sun, 4 Oct 2020 06:48:24 +0200 Subject: [PATCH] Enable pdf output --- mkdocs.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 10a02dd1..31cc84c3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,6 +11,26 @@ google_analytics: ["UA-284946-9", "docs.armbian.com"] theme: readthedocs theme_dir: readthedocs_custom +plugins: + - with-pdf: + author: Armbian documentation team + copyright: 2020 by Armbian + # + #cover: false + cover_title: Armbian documentation + cover_subtitle: Linux for ARM development boards + #heading_shift: false + #toc_level: 3 + #ordered_chapter_level: 2 + #excludes_children: + # - 'release-notes/:upgrading' + # - 'release-notes/:changelog' + #exclude_pages: + # - 'bugs/' + # - 'appendix/contribute/' + #output_path: any-place/document.pdf + #enabled_if_env: ENABLE_PDF_EXPORT + markdown_extensions: - smarty - footnotes