We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee2b5d0 + 056a0c6 commit 40643a5Copy full SHA for 40643a5
1 file changed
tools/build_docs.sh
@@ -81,7 +81,7 @@ for f in $(find . \( -name .git -o -name .tox \) -prune -o \( -type f -name \*.s
81
mkdir -p $FQ_HTML_BUILD/`dirname $f`;
82
$SHOCCO $f > $FQ_HTML_BUILD/$f.html
83
done
84
-for f in $(find functions functions-common inc lib pkg samples -type f -name \*); do
+for f in $(find functions functions-common inc lib pkg samples -type f -name \* ! -name *.md ! -name *.conf); do
85
echo $f
86
FILES+="$f "
87
0 commit comments