diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-03-03 17:01:56 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-03-03 17:01:56 +0100 |
commit | 7d122a6bab730ac2e1b420194e6b5febeec19298 (patch) | |
tree | 58353ffd13a48b760170534b702e89dbcd4ad4b0 | |
parent | 0d971c0526a1363df78cd09154b946985b726bc1 (diff) | |
download | packages-7d122a6bab730ac2e1b420194e6b5febeec19298.tar.xz |
community/python-libevdev: temporarily disabled documentation due to sphinx_rtd_theme (FS32#163)
-rw-r--r-- | community/python-libevdev/PKGBUILD | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/community/python-libevdev/PKGBUILD b/community/python-libevdev/PKGBUILD new file mode 100644 index 00000000..ba9c762c --- /dev/null +++ b/community/python-libevdev/PKGBUILD @@ -0,0 +1,11 @@ +# temporarily disabled documentation due to sphinx_rtd_theme (FS32#163) +eval "$( + declare -f build | \ + sed ' + /make doc/d + ' + declare -f package | \ + sed ' + /\/share\/doc/d + ' +)" |