X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdoc_gen%2Frun_doc.sh;h=36535df0310b2d69fa6580f423e5984451469ea7;hb=30be9d1618fda861b5691ebadeac54f3477ac6d8;hp=ca955cc6c44cda54e4563ccab6919e002ec5f797;hpb=bc2036f4ce9b8aa705161ee1c8566b134fc6570c;p=csit.git diff --git a/resources/tools/doc_gen/run_doc.sh b/resources/tools/doc_gen/run_doc.sh index ca955cc6c4..36535df031 100755 --- a/resources/tools/doc_gen/run_doc.sh +++ b/resources/tools/doc_gen/run_doc.sh @@ -33,13 +33,11 @@ virtualenv ${WORKING_DIR}/env # Install CSIT requirements: pip install -r ../../../requirements.txt -# Install Sphinx: -pip install -r ${WORKING_DIR}/requirements.txt export PYTHONPATH=`pwd` # Generate rst files: -./gen_rst.py +python 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