Python3: PIP requirement
[csit.git] / resources / tools / doc_gen / run_doc.sh
index ca955cc..36535df 100755 (executable)
@@ -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