Revision f041c796

b/ci/utils.py
452 452
        self.logger.info("Build Synnefo documentation..")
453 453
        _run("pip install -U Sphinx", False)
454 454
        with fabric.cd("synnefo"):
455
            _run("./ci/make_docs.sh synnefo_documentation", False)
455
            _run("devflow-update-version; ./ci/make_docs.sh synnefo_documentation", False)
456 456

  
457 457
    def fetch_documentation(self, dest=None):
458 458
        if dest is None:

Also available in: Unified diff