summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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