Skip to content
Snippets Groups Projects
Commit 15f5a892 authored by Alexis Durgnat's avatar Alexis Durgnat :milky_way:
Browse files

Remove trailing whitespace

parent c4f499b4
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ function make_python_docs() { ...@@ -96,7 +96,7 @@ function make_python_docs() {
cd $SBOX_PYWR/docs/ && \ cd $SBOX_PYWR/docs/ && \
SPHINXOPTS=$SOPT make $MODE && \ SPHINXOPTS=$SOPT make $MODE && \
mkdir -p /build/wrapper/docs/ && \ mkdir -p /build/wrapper/docs/ && \
rm -rf /build/wrapper/docs/* && \ rm -rf /build/wrapper/docs/* && \
cp -r $SBOX_PYWR/docs/_build/$MODE/* /build/wrapper/docs/ cp -r $SBOX_PYWR/docs/_build/$MODE/* /build/wrapper/docs/
echo -e "${YLW}Documentation built : ${GRN}./build/wrapper/docs/index.html${NC}" echo -e "${YLW}Documentation built : ${GRN}./build/wrapper/docs/index.html${NC}"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment