diff options
Diffstat (limited to 'resources/tools/doc_gen')
-rwxr-xr-x | resources/tools/doc_gen/run_doc.sh | 2 | ||||
-rw-r--r-- | resources/tools/doc_gen/src/requirements.txt | 3 |
2 files changed, 0 insertions, 5 deletions
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` diff --git a/resources/tools/doc_gen/src/requirements.txt b/resources/tools/doc_gen/src/requirements.txt deleted file mode 100644 index 2cf7cd9687..0000000000 --- a/resources/tools/doc_gen/src/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -Sphinx==1.5.5 -sphinxcontrib_robotdoc -sphinx-rtd-theme
\ No newline at end of file |