aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/doc_gen/run_doc.sh
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-07-10 14:31:43 +0200
committerTibor Frank <tifrank@cisco.com>2018-07-10 14:31:43 +0200
commit7d3d925e126384ec5ee463422c240e284f9cabe3 (patch)
tree84d0e3be50facd55ac28518ce0e907fd6539fe58 /resources/tools/doc_gen/run_doc.sh
parent28ac3a22615e19cafa7358508a24a9bd9b287544 (diff)
CSIT-1189: Add suite setup to source code documentation
Change-Id: I0cc435ecacaeb5f9e8fd5c67f495166a1abd2e91 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/doc_gen/run_doc.sh')
-rwxr-xr-xresources/tools/doc_gen/run_doc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/doc_gen/run_doc.sh b/resources/tools/doc_gen/run_doc.sh
index ca955cc6c4..523b4ae505 100755
--- a/resources/tools/doc_gen/run_doc.sh
+++ b/resources/tools/doc_gen/run_doc.sh
@@ -39,7 +39,7 @@ 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