Skip to content

Commit

Permalink
Merge pull request #2124 from milliams/master
Browse files Browse the repository at this point in the history
Change Travis to use pip3 for installing sphinx
  • Loading branch information
SergioRAgostinho authored Dec 6, 2017
2 parents 8161985 + 808164c commit b0e83f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ function doc ()
# Do not generate documentation for pull requests
if [[ $TRAVIS_PULL_REQUEST != 'false' ]]; then exit; fi
# Install sphinx
pip install --user sphinx pyparsing==2.1.9 sphinxcontrib-doxylink
pip3 install --user sphinx pyparsing==2.1.9 sphinxcontrib-doxylink
# Configure
mkdir $BUILD_DIR && cd $BUILD_DIR
cmake -DDOXYGEN_USE_SHORT_NAMES=OFF \
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ addons:
- libvtk5-qt4-dev
- libglew-dev
- libopenni-dev
- python3-pip
before_install:
- bash .travis.sh before-install

Expand Down
2 changes: 1 addition & 1 deletion doc/advanced/content/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
html_show_copyright = False
html_show_sphinx = False
html_add_permalinks = None
needs_sphinx = 1.0
needs_sphinx = '1.0'
file_insertion_enabled = True
raw_enabled = True
# Set up doxylink
Expand Down

0 comments on commit b0e83f2

Please sign in to comment.