Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-02-22 20:04:22 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-02-22 20:04:22 +0100
commitdf2ca5d4cc845611c0b5757a44480ec3cef6bbeb (patch)
treef114be16884d1118df401ef5ba39684165407373 /extra
parente3963f061c11f9f13a1febafadb99aff10257ee0 (diff)
core/linux-zen: temporarily disabled documentation due to sphinx_rtd_theme (FS32#163)
Diffstat (limited to 'extra')
-rw-r--r--extra/linux-zen/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/linux-zen/PKGBUILD b/extra/linux-zen/PKGBUILD
index eb613775..e59b1b34 100644
--- a/extra/linux-zen/PKGBUILD
+++ b/extra/linux-zen/PKGBUILD
@@ -76,3 +76,11 @@ for ((i=0; i<${#source[@]}; i++)); do
)
fi
done
+
+# temporary (FS32#163)
+eval "$(
+ declare -f build | \
+ sed '
+ s/\bhtmldocs\b//
+ '
+)"