diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-22 20:04:22 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-02-22 20:04:22 +0100 |
commit | df2ca5d4cc845611c0b5757a44480ec3cef6bbeb (patch) | |
tree | f114be16884d1118df401ef5ba39684165407373 | |
parent | e3963f061c11f9f13a1febafadb99aff10257ee0 (diff) | |
download | packages-df2ca5d4cc845611c0b5757a44480ec3cef6bbeb.tar.xz |
core/linux-zen: temporarily disabled documentation due to sphinx_rtd_theme (FS32#163)
-rw-r--r-- | extra/linux-zen/PKGBUILD | 8 |
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// + ' +)" |