Skip to content

Commit cd01246

Browse files
committed
remove pygments setup
1 parent 6350ddd commit cd01246

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

util/deploy_docs_from_travis.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ then
77
WREN_PY="$WREN_PY_BINARY"
88
fi
99

10-
# Install the Wren Pygments lexer.
11-
cd util/pygments-lexer
12-
sudo $WREN_PY setup.py develop
13-
cd ../..
14-
1510
# Build the docs.
1611
mkdir -p build
1712
$WREN_PY ./util/generate_docs.py

0 commit comments

Comments
 (0)