aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-02-25 13:15:12 -0800
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-02-25 13:15:12 -0800
commit3c7dcb61ab335ea19107354f091249ca8ca9d930 (patch)
tree40b9c680810222e07df6e6a76f442836095ee6ba /docs/README.md
parent0cb8ee93cd602f852078df8c8eee934daede02c4 (diff)
downloadspark-3c7dcb61ab335ea19107354f091249ca8ca9d930.tar.gz
spark-3c7dcb61ab335ea19107354f091249ca8ca9d930.tar.bz2
spark-3c7dcb61ab335ea19107354f091249ca8ca9d930.zip
Use a single setting for disabling API doc build
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index 887f407f18..c2b3497bb3 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -33,4 +33,4 @@ Similarly, you can build just the PySpark epydoc by running `epydoc --config epy
When you run `jekyll` in the docs directory, it will also copy over the scaladoc for the various Spark subprojects into the docs directory (and then also into the _site directory). We use a jekyll plugin to run `sbt/sbt doc` before building the site so if you haven't run it (recently) it may take some time as it generates all of the scaladoc. The jekyll plugin also generates the PySpark docs using [epydoc](http://epydoc.sourceforge.net/).
-NOTE: To skip the step of building and copying over the scaladoc when you build the docs, run `SKIP_SCALADOC=1 jekyll`. Similarly, `SKIP_EPYDOC=1 jekyll` will skip PySpark API doc generation.
+NOTE: To skip the step of building and copying over the Scala and Python API docs, run `SKIP_API=1 jekyll`.