Skip to content
Snippets Groups Projects
Commit 8e6f1a9b authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

doc: Stop generating the modules index

We still have a few unused artifacts in the docs generation,
this is just one less.
parent 52412db4
No related branches found
No related tags found
1 merge request!494Enhancements to documentation and flatpak example
......@@ -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)
......
......@@ -22,4 +22,4 @@ other more elaborate details about BuildStream internals.
.. toctree::
:hidden:
modules
buildstream
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment