Skip to content

Commit

Permalink
sphinx: install requirements.txt (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdesaulniers authored Dec 19, 2024
1 parent a8c09f6 commit 7044924
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions zorg/buildbot/builders/SphinxDocsBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,12 @@ def getSphinxRuntimesDocsBuildFactory(
src_to_build_dir='runtimes',
**kwargs) # Pass through all the extra arguments.

f.addStep(ShellCommand(
name="Install pip dependencies",
command=['pip install -r llvm/docs/requirements-hashed.txt'],
workdir=f.llvm_srcdir,
))

UnifiedTreeBuilder.addCmakeSteps(
f,
cleanBuildRequested=f.cleanBuildRequested,
Expand Down

0 comments on commit 7044924

Please sign in to comment.