aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/hotdoc.py
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2018-08-14 16:04:48 -0300
committerThibault Saunier <tsaunier@igalia.com>2018-08-28 18:18:40 -0300
commit6f72473b2457ecd449259dc6c283976cea8f0e13 (patch)
treeb2e7be9a9842e06cfeda355c2093ff6bc911ba65 /mesonbuild/modules/hotdoc.py
parent378bd4df0e3ac6c38588eea2de590cbe0fe74af2 (diff)
downloadmeson-6f72473b2457ecd449259dc6c283976cea8f0e13.zip
meson-6f72473b2457ecd449259dc6c283976cea8f0e13.tar.gz
meson-6f72473b2457ecd449259dc6c283976cea8f0e13.tar.bz2
docs: Use meson to build documentation
Let's eat our own dogfood.
Diffstat (limited to 'mesonbuild/modules/hotdoc.py')
-rw-r--r--mesonbuild/modules/hotdoc.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/mesonbuild/modules/hotdoc.py b/mesonbuild/modules/hotdoc.py
index 79db2f9..1f7368a 100644
--- a/mesonbuild/modules/hotdoc.py
+++ b/mesonbuild/modules/hotdoc.py
@@ -132,11 +132,7 @@ class HotdocTargetBuilder:
paths = [paths]
for path in paths:
- try:
- self.add_extension_paths([path])
- except subprocess.CalledProcessError as e:
- raise MesonException(
- "Could not setup hotdoc extension %s: %s" % (paths, e))
+ self.add_extension_paths([path])
return []