Commits on Source 6
-
Phillip Smyth authored
.gitlab-ci.yml: forced pip3 install Sphinx 1.7.9 The theme we use in our docs "sphinx_rtd_theme" Does not support the latest version of Sphinx (>1.8) This results in search functionality failing
-
Phillip Smyth authored
Fixing: Search functionality in the Documentation has stopped working Closes #681 See merge request !848
-
Jürg Billeter authored
If Sandbox.run() is never called, sandbox config is irrelevant. If it is called, the build will fail anyway with the dummy sandbox. This matches the logic in the Darwin platform.
-
Jürg Billeter authored
_platform/linux.py: Accept all configs for dummy sandbox See merge request !843
-
This will take care of silencing the status messages while checking submodules.
-
The source fetchers might be a list or a generator, when it is a generator (like the git source does), then we want to ensure that we silence the status messages which might occur as a result of consuming a source fetcher from the generator. This fixes the logs to be less verbose.