You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
Enable pdf output
This commit is contained in:
20
mkdocs.yml
20
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
|
||||
|
||||
Reference in New Issue
Block a user