GERRIT_BRANCH=${GERRIT_BRANCH:-master}
get_repo_names() {
- # Note: Not all repositories are ready for the composite docs,
+ # NOTE: Not all repositories are ready for the composite docs,
# so we have the repo name list here to add project docs
# one by one. This will be replaced by the list in project.cfg .
# grep -v '^#' releng/jjb/opnfvdocs/project.cfg | sort
done
popd
+# NOTE: Removing index.rst in project repos to reduce number of docs.
+find docs_build/projects -type f -name 'index.rst' -print | xargs -I i rm -f i
+
# NOTE: automated link generation is not ready...
#echo
#echo "Creating document links"