X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdoc_gen%2Frun_doc.sh;h=f4e41e5de49bbea018f8a206fe7a7611a22488ee;hb=1fcfc9bcc91c9bf9f1ab10fab898efc0d8c1e25f;hp=1a037071a5fc9c5629bbb7454f693cfbfde1ed34;hpb=6cfd0b39c74858fc32876ea7b57bcd59e1ba9140;p=csit.git diff --git a/resources/tools/doc_gen/run_doc.sh b/resources/tools/doc_gen/run_doc.sh index 1a037071a5..f4e41e5de4 100755 --- a/resources/tools/doc_gen/run_doc.sh +++ b/resources/tools/doc_gen/run_doc.sh @@ -41,10 +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}/ +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} +tar -czvf ./csit.docs.tar.gz ${BUILD_DIR}