diff --git a/docs/bin/py-depgraph b/docs/bin/py-depgraph --- a/docs/bin/py-depgraph +++ b/docs/bin/py-depgraph @@ -25,7 +25,7 @@ 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