Skip to content

Commit

Permalink
sphinx: install requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdesaulniers committed Dec 17, 2024
1 parent e1146f8 commit 398f9f0
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 depenencies",
command=['pip install -r llvm-project/llvm/docs/requirements.txt'],
workdir=f.obj_dir,
))

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

0 comments on commit 398f9f0

Please sign in to comment.