From 52f08aec058527d1132b4655f19fe4468ae58206 Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Sat, 14 Jul 2018 11:44:53 -0700 Subject: [PATCH] Install the custom pygments lexer using python3. --- doc/site/contributing.markdown | 4 ++-- util/deploy_docs_from_travis.sh | 2 +- util/pygments-lexer/Wren.egg-info/PKG-INFO | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/site/contributing.markdown b/doc/site/contributing.markdown index fa36aae1..e7ad0d17 100644 --- a/doc/site/contributing.markdown +++ b/doc/site/contributing.markdown @@ -66,7 +66,7 @@ for Wren. To install that, run: :::sh $ cd util/pygments-lexer - $ sudo python setup.py develop + $ sudo python3 setup.py develop $ cd ../.. # Back to the root Wren directory. Now you can build the docs: @@ -79,7 +79,7 @@ server from there. Python includes one: :::sh $ cd build/docs - $ python -m SimpleHTTPServer + $ python3 -m http.server Running `make docs` is a drag every time you change a line of Markdown or SASS, so there is also a file watching version that will automatically regenerate the diff --git a/util/deploy_docs_from_travis.sh b/util/deploy_docs_from_travis.sh index fb72b683..6baf5522 100644 --- a/util/deploy_docs_from_travis.sh +++ b/util/deploy_docs_from_travis.sh @@ -3,7 +3,7 @@ set -e # Install the Wren Pygments lexer. cd util/pygments-lexer -sudo python setup.py develop +sudo python3 setup.py develop cd ../.. # Build the docs. diff --git a/util/pygments-lexer/Wren.egg-info/PKG-INFO b/util/pygments-lexer/Wren.egg-info/PKG-INFO index b6a8e409..b583a1da 100644 --- a/util/pygments-lexer/Wren.egg-info/PKG-INFO +++ b/util/pygments-lexer/Wren.egg-info/PKG-INFO @@ -8,5 +8,6 @@ Home-page: UNKNOWN Author: Robert Nystrom Author-email: UNKNOWN License: UNKNOWN +Description-Content-Type: UNKNOWN Description: UNKNOWN Platform: UNKNOWN