diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-09 18:18:28 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-09 18:18:28 -0400 |
commit | 52412db49b0c04d786ec22c37cc7ea0e9ce2184c (patch) | |
tree | 9bc52b0fc454ef470154b4da5b601cc7ea8b2813 /.gitlab-ci.yml | |
parent | 53653d2930fb99ad2cf3beac1942934b2768820a (diff) | |
download | buildstream-52412db49b0c04d786ec22c37cc7ea0e9ce2184c.tar.gz |
.gitlab-ci.yml: Stop depending on specific version of sphinx
This branch fixes #312 by using a hidden toctree to include
the buildstream package and reducing the amount of allowed :orphan:
pages.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ba4a1cdc..f4d4f1ba0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -141,7 +141,7 @@ tests-unix: docs: stage: test script: - - pip3 install sphinx==1.7.1 + - pip3 install sphinx - pip3 install sphinx-click - pip3 install sphinx_rtd_theme - cd dist && ./unpack.sh && cd buildstream |