commit | 2a8a64db1402ef9aca3ab7b308d2641e51bb048a | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Sep 08 08:12:09 2017 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Sep 08 08:12:09 2017 -0700 |
tree | 521905eea34dd56e791a541909708196f120ece5 | |
parent | ed4b36739f83e35ab6cc3f4c5bec35a8e45196a1 [diff] |
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;