Fully exclude the blog files from the offline docs build

The blog files were still getting included and packages, just not linked to
from the resulting "site". This meant that the final tarball was much bigger
than it needed to be, due to animated gifs and movs an the like.

This brings the tarball down from around 27M to 6.4M.
This commit is contained in:
Dave Pearson
2023-02-08 10:02:02 +00:00
parent 35be18f0e6
commit 5e172dd635

View File

@@ -3,6 +3,10 @@ INHERIT: mkdocs-common.yml
plugins:
offline:
privacy:
exclude:
glob:
- "**/_template.md"
- blog/*
site_dir: docs-offline