Repository: spark Updated Branches: refs/heads/master eb6e98803 -> 4984f1af7
[MINOR] Add Sphinx into dev/requirements.txt ## What changes were proposed in this pull request? Not a big deal but this PR adds `sphinx` into `dev/requirements.txt` since we found it needed - https://github.com/apache/spark-website/pull/122#discussion_r200896018 ## How was this patch tested? manually: ``` pip install -r requirements.txt ``` Author: hyukjinkwon <[email protected]> Closes #21735 from HyukjinKwon/minor-dev. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4984f1af Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4984f1af Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4984f1af Branch: refs/heads/master Commit: 4984f1af7e48dab1ae08021a3b17c5ad6d47a87e Parents: eb6e988 Author: hyukjinkwon <[email protected]> Authored: Tue Jul 10 13:54:04 2018 +0800 Committer: hyukjinkwon <[email protected]> Committed: Tue Jul 10 13:54:04 2018 +0800 ---------------------------------------------------------------------- dev/requirements.txt | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/4984f1af/dev/requirements.txt ---------------------------------------------------------------------- diff --git a/dev/requirements.txt b/dev/requirements.txt index 7978227..fa833ab 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -2,3 +2,4 @@ jira==1.0.3 PyGithub==1.26.0 Unidecode==0.04.19 pypandoc==1.3.3 +sphinx --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
