Skip to content

Commit f181559

Browse files
author
Aaron Gonzales
committed
added dist to exclude list for docs
1 parent fe7445c commit f181559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_sphinx_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cp README.rst docs/source/README.rst
2929
mv docs/* .
3030
make html
3131
mv -fv build/html/* ./
32-
rm -r $REPO_NAME docs build Makefile source README.md __pycache__/
32+
rm -r $REPO_NAME docs build Makefile source README.md __pycache__/ dist/
3333
echo "--------------------------------------------------------------------"
3434
echo " docs built; please review these changes and then run the following:"
3535
echo "--------------------------------------------------------------------"

0 commit comments

Comments
 (0)