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

sphinx Makefile: exclude top-level bin/ dir from apidoc generation

parent 71b117ba
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,10 @@ SPHINX_BUILDDIR = _build
SPHINX_SRCDIR = .
# relative to docs/ dir. Hence "." exclude the docs/ dir itself
APIDOC_EXCLUDES = . ../setup.py '../swh/*/tests/*' '../swh/*/*/tests/*' '../swh/*/*/*/tests/*'
APIDOC_EXCLUDES =
APIDOC_EXCLUDES += . ../setup.py
APIDOC_EXCLUDES += '../swh/*/tests/*' '../swh/*/*/tests/*' '../swh/*/*/*/tests/*'
APIDOC_EXCLUDES += '../bin/*'
html: sphinx/html
help: sphinx/help
......
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