From b592a80b0e4e244ce50b2452ffcd655fd843bf81 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Fri, 15 Jun 2018 15:15:30 -0400 Subject: doc/bst2html.py, doc/Makefile: Added --force option If --force is not specified, then we'll skip session files in the case that all of the outputs exist. Now setting BST_FORCE_SESSION_REBUILD when building the docs will cause the session files to be rebuilt regardless of whether they exist or not. The .gitlab-ci.yml was also changed to use this and force rebuilds. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c5bcbd24..3c6554698 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,8 +147,7 @@ docs: - pip3 install sphinx_rtd_theme - cd dist && ./unpack.sh && cd buildstream - pip3 install . - - make -C doc sessions - - make -C doc + - make BST_FORCE_SESSION_REBUILD=1 -C doc - cd ../.. - mv dist/buildstream/doc/build/html public artifacts: -- cgit v1.2.1