Skip to content

Commit

Permalink
mkdocs.yml: Comment out PDF automatic generation (#176)
Browse files Browse the repository at this point in the history
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: #171.
  • Loading branch information
TRSx80 authored Feb 1, 2022
1 parent 9ce3e73 commit 62f1073
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62f1073

Please sign in to comment.