summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-09 19:44:25 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-09 19:44:25 -0400
commit8e6f1a9b81c196d64605e29fc0cc9b7feb35f09c (patch)
treed657bb27c10595089d9461fd79594c43c97c5798
parent52412db49b0c04d786ec22c37cc7ea0e9ce2184c (diff)
downloadbuildstream-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.
-rw-r--r--doc/Makefile2
-rw-r--r--doc/source/main_core.rst2
2 files changed, 2 insertions, 2 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)
diff --git a/doc/source/main_core.rst b/doc/source/main_core.rst
index e3b9083f8..9e43bef6e 100644
--- a/doc/source/main_core.rst
+++ b/doc/source/main_core.rst
@@ -22,4 +22,4 @@ other more elaborate details about BuildStream internals.
.. toctree::
:hidden:
- modules
+ buildstream