Skip to content

Commit 7044924

Browse files
sphinx: install requirements.txt (#345)
Link: llvm/llvm-project#120274 Link: llvm/llvm-project#120319
1 parent a8c09f6 commit 7044924

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

zorg/buildbot/builders/SphinxDocsBuilder.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ def getSphinxRuntimesDocsBuildFactory(
176176
src_to_build_dir='runtimes',
177177
**kwargs) # Pass through all the extra arguments.
178178

179+
f.addStep(ShellCommand(
180+
name="Install pip dependencies",
181+
command=['pip install -r llvm/docs/requirements-hashed.txt'],
182+
workdir=f.llvm_srcdir,
183+
))
184+
179185
UnifiedTreeBuilder.addCmakeSteps(
180186
f,
181187
cleanBuildRequested=f.cleanBuildRequested,

0 commit comments

Comments
 (0)