Phillip Smyth pushed to branch docs_Search_not_working at BuildStream / buildstream
Commits:
-
d5b396e0
by Phillip Smyth at 2018-10-02T16:40:18Z
1 changed file:
Changes:
| ... | ... | @@ -145,7 +145,8 @@ docs: |
| 145 | 145 |
stage: test
|
| 146 | 146 |
script:
|
| 147 | 147 |
- export BST_SOURCE_CACHE="$(pwd)/cache/integration-cache/sources"
|
| 148 |
- - pip3 install sphinx
|
|
| 148 |
+ # Currently sphinx_rtd_theme does not support Sphinx >1.8, this breaks search functionality
|
|
| 149 |
+ - pip3 install sphinx==1.7.9
|
|
| 149 | 150 |
- pip3 install sphinx-click
|
| 150 | 151 |
- pip3 install sphinx_rtd_theme
|
| 151 | 152 |
- cd dist && ./unpack.sh && cd buildstream
|
