diff options
author | Mathieu Bridon <bochecha@daitauha.fr> | 2018-08-04 17:19:19 +0200 |
---|---|---|
committer | Mathieu Bridon <bochecha@daitauha.fr> | 2018-08-04 23:02:10 +0200 |
commit | f69a02874e482723061f7a5d125ae4384fec4cc9 (patch) | |
tree | 8a9a0ea4c7363e5871ef5c068be4d84dc9d67d66 /.gitlab-ci.yml | |
parent | f918205a2a91beb49ebdcf593b233892c9ebe63c (diff) | |
download | buildstream-f69a02874e482723061f7a5d125ae4384fec4cc9.tar.gz |
doc: Build the docs without Buildstream installedbochecha/build-docs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff885997d..93fbea779 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -143,7 +143,6 @@ docs: - pip3 install sphinx-click - pip3 install sphinx_rtd_theme - cd dist && ./unpack.sh && cd buildstream - - pip3 install . - make BST_FORCE_SESSION_REBUILD=1 -C doc - cd ../.. - mv dist/buildstream/doc/build/html public |