diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-09 19:44:25 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-09 19:44:25 -0400 |
commit | 8e6f1a9b81c196d64605e29fc0cc9b7feb35f09c (patch) | |
tree | d657bb27c10595089d9461fd79594c43c97c5798 /doc/Makefile | |
parent | 52412db49b0c04d786ec22c37cc7ea0e9ce2184c (diff) | |
download | buildstream-8e6f1a9b81c196d64605e29fc0cc9b7feb35f09c.tar.gz |
doc: Stop generating the modules index
We still have a few unused artifacts in the docs generation,
this is just one less.
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 9cc3f488b..da88d5f54 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -64,7 +64,7 @@ all: html devhelp templates: mkdir -p source/elements mkdir -p source/sources - $(SPHINXAPIDOC) --force --separate --module-first --no-headings -o source $(CURDIR)/../buildstream + $(SPHINXAPIDOC) --force --separate --module-first --no-headings --no-toc -o source $(CURDIR)/../buildstream $(call plugin-doc-skeleton,$(CURDIR)/../buildstream/plugins/elements,elements) $(call plugin-doc-skeleton,$(CURDIR)/../buildstream/plugins/sources,sources) |