We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7445c commit f181559Copy full SHA for f181559
1 file changed
build_sphinx_docs.sh
@@ -29,7 +29,7 @@ cp README.rst docs/source/README.rst
29
mv docs/* .
30
make html
31
mv -fv build/html/* ./
32
-rm -r $REPO_NAME docs build Makefile source README.md __pycache__/
+rm -r $REPO_NAME docs build Makefile source README.md __pycache__/ dist/
33
echo "--------------------------------------------------------------------"
34
echo " docs built; please review these changes and then run the following:"
35
0 commit comments