From 1598a485127f1df99a3b98ffc4c33dc573787181 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Sat, 27 Oct 2018 21:11:13 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a0f9e7a..04f778f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,7 @@ jobs: - checkout - run: *apt-install - run: *docs-install - - run: python setup.py build_sphinx -w + - run: python setup.py build_sphinx - store_artifacts: path: build/sphinx/html/index.html