Skip to content

Commit

Permalink
Revert catkin#561
Browse files Browse the repository at this point in the history
Now that the project is only targetting python 3.5+, catkin#561 is no longer required and we can use the most up-to-date version of `sphinx` and `sphinxcontrib-spelling`.
  • Loading branch information
matthew-reynolds authored Nov 14, 2019
1 parent 78bad68 commit d2ecc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ matrix:
before_install:
# Install catkin_tools dependencies
- source .travis.before_install.bash
- pip install setuptools argparse catkin-pkg PyYAML psutil osrf_pycommon pyenchant "sphinxcontrib-spelling<4.3.0"
- pip install setuptools argparse catkin-pkg PyYAML psutil osrf_pycommon pyenchant sphinxcontrib-spelling
install:
# Install catkin_tools
- python setup.py develop
Expand Down

0 comments on commit d2ecc4e

Please sign in to comment.