Skip to content
Snippets Groups Projects
Commit 52412db4 authored by Tristan Van Berkom's avatar Tristan Van Berkom
Browse files

.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.
parent 53653d29
No related branches found
No related tags found
Loading
Pipeline #23564934 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment