aboutsummaryrefslogtreecommitdiff
path: root/docs/_plugins
diff options
context:
space:
mode:
authorPrashant Sharma <scrapcodes@gmail.com>2014-01-02 14:09:37 +0530
committerPrashant Sharma <scrapcodes@gmail.com>2014-01-02 14:09:37 +0530
commit6be4c1119493dea2af9734ad8b59fcded31f2676 (patch)
tree5005141392dfacd0f4afb8cb9f463668a3900287 /docs/_plugins
parent8821c3a5262d6893d2a1fd6ed86afd1213114b4d (diff)
downloadspark-6be4c1119493dea2af9734ad8b59fcded31f2676.tar.gz
spark-6be4c1119493dea2af9734ad8b59fcded31f2676.tar.bz2
spark-6be4c1119493dea2af9734ad8b59fcded31f2676.zip
Removed sbt folder and changed docs accordingly
Diffstat (limited to 'docs/_plugins')
-rw-r--r--docs/_plugins/copy_api_dirs.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_plugins/copy_api_dirs.rb b/docs/_plugins/copy_api_dirs.rb
index 431de909cb..ef9912c808 100644
--- a/docs/_plugins/copy_api_dirs.rb
+++ b/docs/_plugins/copy_api_dirs.rb
@@ -26,8 +26,8 @@ if not (ENV['SKIP_API'] == '1' or ENV['SKIP_SCALADOC'] == '1')
curr_dir = pwd
cd("..")
- puts "Running sbt/sbt doc from " + pwd + "; this may take a few minutes..."
- puts `sbt/sbt doc`
+ puts "Running sbt doc from " + pwd + "; this may take a few minutes..."
+ puts `sbt doc`
puts "Moving back into docs dir."
cd("docs")