aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJey Kottalam <jey@cs.berkeley.edu>2013-08-21 12:57:56 -0700
committerJey Kottalam <jey@cs.berkeley.edu>2013-08-21 12:57:56 -0700
commit9c6f8df30f70ee8ee3a8c132dec251c355db2c28 (patch)
tree11130b03e0a46197095b36dc7ffc253b7aafae61 /docs
parent111b2741fd4bacd5f0b31add22acd28d7d884299 (diff)
downloadspark-9c6f8df30f70ee8ee3a8c132dec251c355db2c28.tar.gz
spark-9c6f8df30f70ee8ee3a8c132dec251c355db2c28.tar.bz2
spark-9c6f8df30f70ee8ee3a8c132dec251c355db2c28.zip
Update jekyll plugin to match docs/README.md
Diffstat (limited to 'docs')
-rw-r--r--docs/_plugins/copy_api_dirs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_plugins/copy_api_dirs.rb b/docs/_plugins/copy_api_dirs.rb
index 217254c59f..c574ea7f5c 100644
--- a/docs/_plugins/copy_api_dirs.rb
+++ b/docs/_plugins/copy_api_dirs.rb
@@ -18,7 +18,7 @@
require 'fileutils'
include FileUtils
-if ENV['SKIP_API'] != '1'
+if not (ENV['SKIP_API'] == '1' or ENV['SKIP_SCALADOC'] == '1')
# Build Scaladoc for Java/Scala
projects = ["core", "examples", "repl", "bagel", "streaming", "mllib"]