diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-02-04 16:17:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-04 16:17:01 +0000 |
commit | 51ac194b32f72254a09296677f98bf55766b0521 (patch) | |
tree | 23acb1e719decfaca607e437dc3ec340a0b2eebf | |
parent | 9c3d3161f86567ad6343344925dfc3a0ca55bdd9 (diff) | |
parent | f0969c8ef3eca3212463e2b1903d209a7dd95bd0 (diff) |
Merge "docs: fix setuptools problems"
-rw-r--r-- | jjb/yardstick/yardstick-project-jobs.yml | 3 |
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 |