From c27536f388266c7fdac4bc93d09de16a39008127 Mon Sep 17 00:00:00 2001 From: Christos Stavrakakis Date: Fri, 2 Aug 2013 13:36:41 +0300 Subject: [PATCH] ci: Create version files before building docs Run 'devflow-update-version' to create all the version files, before trying to build the docs. --- ci/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/utils.py b/ci/utils.py index 80f05c98c..2ba826133 100644 --- a/ci/utils.py +++ b/ci/utils.py @@ -452,7 +452,7 @@ class SynnefoCI(object): self.logger.info("Build Synnefo documentation..") _run("pip install -U Sphinx", False) with fabric.cd("synnefo"): - _run("./ci/make_docs.sh synnefo_documentation", False) + _run("devflow-update-version; ./ci/make_docs.sh synnefo_documentation", False) def fetch_documentation(self, dest=None): if dest is None: -- GitLab