summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Wienke2025-02-09 23:07:49 +0100
committerJohannes Wienke2025-02-09 23:07:49 +0100
commita6598b6029a89f5c80169f637c1349d02b3b83c0 (patch)
tree2ad4ad9629e7242c479f0b00b3e604eccbac47ff /PKGBUILD
parentf90e7d0c1560be3742f84465156783467ae91627 (diff)
downloadaur-a6598b6029a89f5c80169f637c1349d02b3b83c0.tar.gz
Don't include .doctress folder in HTML docs
This is a temp folder from the build.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20dfd1c13a09..834a899ae84e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=autosuspend
pkgver=7.1.0
-pkgrel=3
+pkgrel=4
pkgdesc="A daemon to suspend and wake up a system based on configurable checks"
arch=(any)
url="https://github.com/languitar/autosuspend"
@@ -40,6 +40,7 @@ build() {
export PYTHONPATH=$(pwd)/src
sphinx-build -a -b html doc/source/ doc/build/html
sphinx-build -a -b man doc/source/ doc/build/man
+ rm -rf doc/build/html/.doctrees
}
package() {