From 39b4451ee0ae257277fd10a96a02e97b6d7d842c Mon Sep 17 00:00:00 2001 From: Sasha Romijn Date: Mon, 14 Jan 2019 16:20:19 +0100 Subject: [PATCH] remove docs from artifacts to speed up CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index de5992bec..4c9217ad1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,7 +85,7 @@ jobs: name: build docs command: | . venv/bin/activate - sphinx-build -nW -b html docs/ test-reports/docs-html + sphinx-build -nW -b html docs/ docs/build - run: name: run flake8