Skip to content

Commit 6129a58

Browse files
committed
have Travis use pip3 for Sphinx 2.x
1 parent 8c75962 commit 6129a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ before_script:
8383
- pip3 install --user sh click
8484
- ([[ -z "$TRAVIS_TESTS" ]] || sudo pip install --upgrade cpp-coveralls)
8585
- (! var_search "${TRAVIS_TESTS-}" docs || sudo apt-get install -y librsvg2-bin)
86-
- (! var_search "${TRAVIS_TESTS-}" docs || pip install --user Sphinx sphinx-rtd-theme recommonmark sphinxcontrib-svg2pdfconverter)
86+
- (! var_search "${TRAVIS_TESTS-}" docs || pip3 install --user Sphinx sphinx-rtd-theme recommonmark sphinxcontrib-svg2pdfconverter)
8787
- (! var_search "${TRAVIS_TESTS-}" translations || pip3 install --user polib)
8888

8989
# report some good version numbers to the build

0 commit comments

Comments
 (0)