diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-08-31 22:24:43 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-08-31 22:24:43 -0400 |
commit | 3b35fc99c3b817fe3c07ead1beb93ed9a3d37f3c (patch) | |
tree | 4850b62e450954f03efd1ab2db79b836f00af1e7 /doc/Makefile | |
parent | dc9b1a90e66e31cf65ecff65044fba6c7c310a3b (diff) | |
download | buildstream-3b35fc99c3b817fe3c07ead1beb93ed9a3d37f3c.tar.gz |
documentation: Set page titles manually in python modules.
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
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) |