X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fdoc_gen%2Frun_doc.sh;fp=resources%2Ftools%2Fdoc_gen%2Frun_doc.sh;h=36535df0310b2d69fa6580f423e5984451469ea7;hp=523b4ae50543d8070e698fa3e7ab8aeedcdcf88d;hb=ed0258a440cfad7023d643f717ab78ac568dc59b;hpb=497f606967363d88b4b36b74859ad360eba9eccd diff --git a/resources/tools/doc_gen/run_doc.sh b/resources/tools/doc_gen/run_doc.sh index 523b4ae505..36535df031 100755 --- a/resources/tools/doc_gen/run_doc.sh +++ b/resources/tools/doc_gen/run_doc.sh @@ -33,8 +33,6 @@ virtualenv ${WORKING_DIR}/env # Install CSIT requirements: pip install -r ../../../requirements.txt -# Install Sphinx: -pip install -r ${WORKING_DIR}/requirements.txt export PYTHONPATH=`pwd`