Repository: spark-website
Updated Branches:
  refs/heads/asf-site 7b3e459e2 -> a6788714a


Update release process to use Python 3 for Python API documentation


Project: http://git-wip-us.apache.org/repos/asf/spark-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark-website/commit/a6788714
Tree: http://git-wip-us.apache.org/repos/asf/spark-website/tree/a6788714
Diff: http://git-wip-us.apache.org/repos/asf/spark-website/diff/a6788714

Branch: refs/heads/asf-site
Commit: a6788714a00098a0dffe491c1c4fc090c1087479
Parents: 7b3e459
Author: hyukjinkwon <gurwls...@apache.org>
Authored: Tue Jul 3 00:10:35 2018 +0800
Committer: hyukjinkwon <gurwls...@apache.org>
Committed: Wed Jul 11 10:19:16 2018 +0800

----------------------------------------------------------------------
 release-process.md        | 1 +
 site/release-process.html | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark-website/blob/a6788714/release-process.md
----------------------------------------------------------------------
diff --git a/release-process.md b/release-process.md
index b2ee62b..de04539 100644
--- a/release-process.md
+++ b/release-process.md
@@ -86,6 +86,7 @@ Instead much of the same release logic can be accessed in 
`dev/create-release/re
 - R, for CRAN packaging tests, requires e1071 to be installed as part of the 
packaging tests.
 - In addition R uses LaTeX for some things, and requires some additional 
fonts. On Debian based systems you may wish to install 
`texlive-fonts-recommended` and `texlive-fonts-extra`.
 - Make sure you required Python packages for packaging (see 
`dev/requirements.txt`)
+- Ensure you have Python 3 having Sphinx installed, and `SPHINXPYTHON` 
environment variable is set to indicate your Python 3 executable (see 
SPARK-24530).
 - Tag the release candidate with `dev/create-release/release-tag.sh` (e.g. for 
creating 2.1.2 RC2 we did `ASF_USERNAME=holden ASF_PASSWORD=yoursecretgoeshere 
GIT_NAME="Holden Karau" GIT_BRANCH=branch-2.1 GIT_EMAIL="hol...@us.ibm.com" 
RELEASE_VERSION=2.1.2 RELEASE_TAG=v2.1.2-rc2 NEXT_VERSION=2.1.3-SNAPSHOT 
./dev/create-release/release-tag.sh`)
 - Package the release binaries & sources with 
`dev/create-release/release-build.sh package`
 - Create the release docs with `dev/create-release/release-build.sh docs`

http://git-wip-us.apache.org/repos/asf/spark-website/blob/a6788714/site/release-process.html
----------------------------------------------------------------------
diff --git a/site/release-process.html b/site/release-process.html
index b69d1ef..b803a5d 100644
--- a/site/release-process.html
+++ b/site/release-process.html
@@ -287,6 +287,7 @@ At present the Jenkins jobs <em>SHOULD NOT BE USED</em> as 
they use a legacy sha
   <li>R, for CRAN packaging tests, requires e1071 to be installed as part of 
the packaging tests.</li>
   <li>In addition R uses LaTeX for some things, and requires some additional 
fonts. On Debian based systems you may wish to install 
<code>texlive-fonts-recommended</code> and 
<code>texlive-fonts-extra</code>.</li>
   <li>Make sure you required Python packages for packaging (see 
<code>dev/requirements.txt</code>)</li>
+  <li>Ensure you have Python 3 having Sphinx installed, and 
<code>SPHINXPYTHON</code> environment variable is set to indicate your Python 3 
executable (see SPARK-24530).</li>
   <li>Tag the release candidate with 
<code>dev/create-release/release-tag.sh</code> (e.g. for creating 2.1.2 RC2 we 
did <code>ASF_USERNAME=holden ASF_PASSWORD=yoursecretgoeshere GIT_NAME="Holden 
Karau" GIT_BRANCH=branch-2.1 GIT_EMAIL="hol...@us.ibm.com" 
RELEASE_VERSION=2.1.2 RELEASE_TAG=v2.1.2-rc2 NEXT_VERSION=2.1.3-SNAPSHOT 
./dev/create-release/release-tag.sh</code>)</li>
   <li>Package the release binaries &amp; sources with 
<code>dev/create-release/release-build.sh package</code></li>
   <li>Create the release docs with <code>dev/create-release/release-build.sh 
docs</code></li>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to