From: Jo¶rgen Karlsson Date: Thu, 4 Feb 2016 15:23:54 +0000 (+0100) Subject: docs: fix setuptools problems X-Git-Tag: brahmaputra.1.0~66^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=f0969c8ef3eca3212463e2b1903d209a7dd95bd0 docs: fix setuptools problems Change-Id: Id1033c939e0862005fd596b73e71b2f33c46822a Signed-off-by: Jo¶rgen Karlsson --- diff --git a/jjb/yardstick/yardstick-project-jobs.yml b/jjb/yardstick/yardstick-project-jobs.yml index 749ebf574..f8f1abbff 100644 --- a/jjb/yardstick/yardstick-project-jobs.yml +++ b/jjb/yardstick/yardstick-project-jobs.yml @@ -120,12 +120,13 @@ # install python packages easy_install -U setuptools - pip install Sphinx==1.3.1 doc8 docutils sphinxcontrib-httpdomain python setup.py develop # unit tests ./run_tests.sh + pip install Sphinx==1.3.1 doc8 docutils sphinxcontrib-httpdomain + # generate api doc sources sphinx-apidoc -o docs/apidocs yardstick