mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
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:
@@ -3,6 +3,10 @@ INHERIT: mkdocs-common.yml
|
||||
plugins:
|
||||
offline:
|
||||
privacy:
|
||||
exclude:
|
||||
glob:
|
||||
- "**/_template.md"
|
||||
- blog/*
|
||||
|
||||
site_dir: docs-offline
|
||||
|
||||
|
||||
Reference in New Issue
Block a user