summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-09 18:18:28 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-09 18:18:28 -0400
commit52412db49b0c04d786ec22c37cc7ea0e9ce2184c (patch)
tree9bc52b0fc454ef470154b4da5b601cc7ea8b2813
parent53653d2930fb99ad2cf3beac1942934b2768820a (diff)
downloadbuildstream-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.
-rw-r--r--.gitlab-ci.yml2
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