Skip to content
Snippets Groups Projects
Commit cf2032d4 authored by Antoine Lambert's avatar Antoine Lambert
Browse files

Makefile.sphinx: also exclude root tests module for apidoc as it may have...

Makefile.sphinx: also exclude root tests module for apidoc as it may have content defined in its __init__.py (like in swh-web for instance)
parent 9251192b
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ SPHINX_SRCDIR = .
# relative to docs/ dir. Hence "." exclude the docs/ dir itself
APIDOC_EXCLUDES =
APIDOC_EXCLUDES += . ../setup.py
APIDOC_EXCLUDES += '../swh/*/tests/*' '../swh/*/*/tests/*' '../swh/*/*/*/tests/*'
APIDOC_EXCLUDES += '../swh/*/tests' '../swh/*/tests/*' '../swh/*/*/tests/*' '../swh/*/*/*/tests/*'
APIDOC_EXCLUDES += '../bin/*'
APIDOC_EXCLUDES += '../utils/*'
......
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