CSIT Documentation auto generation
[csit.git] / resources / tools / doc_gen / run_doc.sh
index bbb9940..544554e 100755 (executable)
@@ -41,5 +41,13 @@ export PYTHONPATH=`pwd`
 # Generate rst files:
 ./gen_rst.py
 
+# Remove all rst files from ./${WORKING_DIR}/env directory - we do not need them
+find ./${WORKING_DIR}/env -type f -name '*.rst' | xargs rm -f
+
 # Generate the documentation:
-sphinx-build -vvv -b html ${WORKING_DIR}/ ${BUILD_DIR}/
\ No newline at end of file
+sphinx-build -v -b html ${WORKING_DIR} ${BUILD_DIR}/
+
+find . -type d -name 'env' | xargs rm -rf
+
+echo Creating csit.doc.tar.gz ...
+tar -czvf ./csit.doc.tar.gz ${BUILD_DIR}