Debugging WIP commit 18799-api-pydoc-wip
authorBrett Smith <brett.smith@curii.com>
Thu, 13 Apr 2023 22:36:12 +0000 (18:36 -0400)
committerBrett Smith <brett.smith@curii.com>
Thu, 13 Apr 2023 22:36:12 +0000 (18:36 -0400)
This commit should never be merged with main.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

doc/Rakefile

index 676f2845c5bb073d9ef3662a5571011f320e19d5..7dc3390dc8a2c0beedcb678956252e75dd0a6254 100644 (file)
@@ -56,6 +56,9 @@ file "sdk/python/arvados/index.html" do |t|
   end
   `which pdoc`
   if $? == 0
+    p ENV
+    system("which", "python3", "pdoc")
+    system("python3", "-VV")
     raise unless system("python3", "setup.py", "build",
                         chdir: "../sdk/python", out: :err)
     raise unless system("pdoc", "--html", "-o", "sdk/python", "../sdk/python/build/lib/arvados/",