Skip to content

Commit b6af92f

Browse files
committed
Make sure python environment is set up before building docs
1 parent 698b317 commit b6af92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ task :py_prep_for_install_release => [
374374
"//py:prep"
375375
]
376376

377-
task :py_docs => "//py:docs"
377+
task :py_docs => ["//py:init", "//py:docs"]
378378

379379
task :py_install => "//py:install"
380380

0 commit comments

Comments
 (0)