summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-02-21 21:13:16 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-02-21 21:13:16 +0100
commite3963f061c11f9f13a1febafadb99aff10257ee0 (patch)
tree1126f69ee8fb317cc39fb2023d38c22732440c0b /core
parent3da4133ab9ddcd213b2330fe864fd494a482422d (diff)
downloadpackages-e3963f061c11f9f13a1febafadb99aff10257ee0.tar.xz
core/linux-lts: temporarily disabled documentation due to sphinx_rtd_theme (FS32#163)
Diffstat (limited to 'core')
-rw-r--r--core/linux-lts/PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/linux-lts/PKGBUILD b/core/linux-lts/PKGBUILD
index ffe999a4..d2db3cb4 100644
--- a/core/linux-lts/PKGBUILD
+++ b/core/linux-lts/PKGBUILD
@@ -19,3 +19,17 @@ eval "$(
source+=('no-ultra-zstd.patch')
sha256sums+=('3997ce6033fdf950a9960f1db720b38c47b1a2e06ab75fc6712c154f596e7c47')
# upstream prepare() does already do the *.patch patching
+
+# temporarily disabled documentation due to sphinx_rtd_theme (FS32#163)
+pkgname=(
+ $(
+ printf '%s\n' "${pkgname[@]}" | \
+ grep -v '^\$pkgbase-docs'
+ )
+)
+eval "$(
+ declare -f build | \
+ sed '
+ s/\bhtmldocs\b//
+ '
+)"