Skip to content
Snippets Groups Projects
Commit f7e270a4 authored by Stefano Zacchiroli's avatar Stefano Zacchiroli
Browse files

sphinx: create one apidoc page per module, including submodules

Rather than one big page for each top-level module, containing the apidoc of
all submodules.
parent a966e89a
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# automatically build sphinx documentation.
APIDOC_DIR = apidoc
APIDOC_OPTS =
APIDOC_OPTS = --separate
SPHINXBUILD = python3 -c 'import sphinx, sys; sys.exit(sphinx.main(sys.argv))'
SPHINXAPIDOC = python3 -c 'import sphinx.apidoc, sys; sys.exit(sphinx.apidoc.main(sys.argv))'
SPHINX_OPTS =
......
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