From 3aa7da611a9e99e50819aa09ca19db4f91131ed8 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Wed, 26 Jul 2023 16:10:42 -0700 Subject: [PATCH] fixup doc build for mkdocs 1.5 --- docs/install/linux.md | 4 ---- docs/mkdocs-base.yml | 13 +++++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/docs/install/linux.md b/docs/install/linux.md index 7e89812ce00..0de13eec777 100644 --- a/docs/install/linux.md +++ b/docs/install/linux.md @@ -159,10 +159,6 @@ wish to use one of these AUR options: APKs are no longer being built/supported by CI. You can still build it for yourself from source! -|Version | Stable | Nightly | -|--------|---------------|---------| -| 3.15 |[{{ alpine3_15_apk_stable_asset }}]({{ alpine3_15_apk_stable }})|No longer produced by CI| - ## Linuxbrew Tap If you are a [Linuxbrew](https://docs.brew.sh/Homebrew-on-Linux) user, you can install diff --git a/docs/mkdocs-base.yml b/docs/mkdocs-base.yml index b4cb54ff21b..8fed3f7ed8b 100644 --- a/docs/mkdocs-base.yml +++ b/docs/mkdocs-base.yml @@ -72,6 +72,19 @@ plugins: - "book.toml" - "overrides/**" +exclude_docs: | + **/_index.md + **/*.markdown + generate_toc.py + README.markdown + build.sh + SUMMARY.md + book.toml + overrides/** + +not_in_nav: | + tags.md + extra_css: - style.css - colorschemes/scheme.css