summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-08-31 22:24:43 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-08-31 22:24:43 -0400
commit3b35fc99c3b817fe3c07ead1beb93ed9a3d37f3c (patch)
tree4850b62e450954f03efd1ab2db79b836f00af1e7 /doc/Makefile
parentdc9b1a90e66e31cf65ecff65044fba6c7c310a3b (diff)
downloadbuildstream-3b35fc99c3b817fe3c07ead1beb93ed9a3d37f3c.tar.gz
documentation: Set page titles manually in python modules.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 0599a21ed..554a4c81e 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -67,7 +67,7 @@ endef
apidoc:
mkdir -p source/elements
mkdir -p source/sources
- sphinx-apidoc --separate -o source $(CURDIR)/../buildstream
+ sphinx-apidoc --separate --module-first --no-headings -o source $(CURDIR)/../buildstream
$(call plugin-doc-skeleton,$(CURDIR)/../buildstream/plugins/elements,elements)
$(call plugin-doc-skeleton,$(CURDIR)/../buildstream/plugins/sources,sources)