#!/bin/bash

cd ${TRAVIS_BUILD_DIR}

sphinx-build -b html ./connector/doc/ ${HOME}/doc
sphinx-intl build
sphinx-build -D language=fr -b html ./connector/doc/ ${HOME}/doc/fr
