Removing venv setup

Change-Id: I17a4cb33e6882b27b6bdca29ba8f82d52e121e9e
diff --git a/docs/Makefile b/docs/Makefile
index 5082cb7..278e36a 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -27,6 +27,6 @@
 	rm -f ../../orchestration/profiles/profiles
 
 swagger:
-	pushd ../../orchestration/xos/; source scripts/setup_venv.sh; popd;
+	# pushd ../../orchestration/xos/; source scripts/setup_venv.sh; popd;
 	pushd ../../orchestration/xos/docs/; make swagger_docs; popd;