diff options
| author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-03-21 23:23:28 +0900 |
|---|---|---|
| committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-03-21 23:23:28 +0900 |
| commit | f9edceed17039df045677f7103c40f7dbadf2a5d (patch) | |
| tree | 3157fba0d13b4f5759be34832fdac0b01178adea | |
| parent | 66ff0245102c2702254d97abc0663d8d5ad3aa3d (diff) | |
| download | buildstream-tristan/fix-docs-builds-in-ci.tar.gz | |
.gitlab-ci.yml: Pin the sphinx version to 1.7.1tristan/fix-docs-builds-in-ci
The new version today 1.7.2 causes the following build error:
Warning, treated as error:
/builds/BuildStream/buildstream/dist/buildstream/doc/source/buildstream.sandbox.rst:document isn't included in any toctree
| -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 99d54e143..0e4b51eb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -134,7 +134,7 @@ docs: stage: test script: - dnf install -y python2 - - pip3 install sphinx + - pip3 install sphinx==1.7.1 - pip3 install sphinx-click - pip3 install sphinx_rtd_theme - cd dist && ./unpack.sh && cd buildstream |
