@task(build_ci)
def build_docs(cxt):
    """Build the documentation."""
    command = 'sphinx-build {docs_dir} {docs_dir}/_build/html'
    ci(cxt, command.format(docs_dir=DOCS_DIR))