summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9b05b27db6f..8d5a9d3169f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,9 +28,7 @@ build() {
python setup.py build
# Build man pages
- #python setup.py build_docs -b man
- # The previous line is broken in 0.3, because sphinx changed its internals
- sphinx-build -b man docs build/docs/man
+ python setup.py build_docs -b man
}
check() {