From ed0258a440cfad7023d643f717ab78ac568dc59b Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Mon, 4 Nov 2019 09:27:28 +0000 Subject: Python3: PIP requirement - Install via PIP3 - Use virtualenv Python3 interpret Signed-off-by: Peter Mikus Change-Id: Iad22b344b418a1d91774d23d5ea17bfd48d394b3 --- resources/tools/doc_gen/run_doc.sh | 2 -- resources/tools/doc_gen/src/requirements.txt | 3 --- 2 files changed, 5 deletions(-) delete mode 100644 resources/tools/doc_gen/src/requirements.txt (limited to 'resources/tools/doc_gen') 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 -- cgit 1.2.3-korg