Skip to content
Snippets Groups Projects
Commit b363ca5f authored by vlorentz's avatar vlorentz
Browse files

Hide swh-docs from the dependency graph

It add a lot of noise to the graph, because it depends on literally everything.
parent 54fe755e
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ while [ -n "$1" ] ; do
shift 1
done
pyrepos=$(bin/ls-py-modules) # available python repositories (with '-')
pyrepos=$(bin/ls-py-modules | grep -v '^swh-docs$') # available python repositories (with '-')
declare -A pymods # available python modules (with '.')
for repo in $pyrepos ; do
......
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