summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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)