summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2016-02-04 16:17:01 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-02-04 16:17:01 +0000
commit51ac194b32f72254a09296677f98bf55766b0521 (patch)
tree23acb1e719decfaca607e437dc3ec340a0b2eebf /jjb
parent9c3d3161f86567ad6343344925dfc3a0ca55bdd9 (diff)
parentf0969c8ef3eca3212463e2b1903d209a7dd95bd0 (diff)
Merge "docs: fix setuptools problems"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/yardstick/yardstick-project-jobs.yml3
1 files changed, 2 insertions, 1 deletions
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