Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18702#discussion_r129254786
  
    --- Diff: docs/_plugins/copy_api_dirs.rb ---
    @@ -150,4 +150,31 @@
         cp("../R/pkg/DESCRIPTION", "api")
       end
     
    +  if not (ENV['SKIP_SQLDOC'] == '1')
    +    # Build SQL API docs
    +
    +    puts "Moving to project root and building API docs."
    +    curr_dir = pwd
    +    cd("..")
    --- End diff --
    
    I think I misunderstood your previous comments initially. It shouldn't be 
hard.
    
    but other language API docs are, up to my knowledge, in separate 
directories and then copied into `docs/` later. I was thinking we could extend 
this further in the future (e.g., syntax documentation) and it could be easier 
to check doc output in a separate dir (actually, for me, I check other docs 
output in this way more often).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to