Use rogue instead of pygments.rb which is not Python 3 compatible#233
Merged
HyukjinKwon merged 1 commit intoapache:asf-sitefrom Nov 22, 2019
Merged
Use rogue instead of pygments.rb which is not Python 3 compatible#233HyukjinKwon merged 1 commit intoapache:asf-sitefrom
HyukjinKwon merged 1 commit intoapache:asf-sitefrom
Conversation
Member
Author
|
BTW, my local ➜ spark-website git:(asf-site) jekyll build➜ spark-website git:(asf-site) git statusSo, this PR includes only the changes after this PR in HTMLs. |
srowen
approved these changes
Nov 22, 2019
Member
Author
|
Merged. Thanks @srowen. |
srowen
reviewed
Nov 26, 2019
|
|
||
| To install Jekyll and its required dependencies, execute `sudo gem install jekyll pygments.rb` | ||
| and `sudo pip install Pygments`. | ||
| To install Jekyll and its required dependencies, execute `sudo gem install jekyll rogue`. |
Member
There was a problem hiding this comment.
Oops, it's rouge rather than rogue. Others are fixing it in the Docker image. I'll fix this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR make
jekyll buildindependent of Python version by using rouge instead. See apache/spark#26521 for more details.