Skip to content

Commit

Permalink
Fix Sphinx build version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePrincipi committed Nov 9, 2021
1 parent 8b5bcc8 commit 9d346d2
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 @@ -12,7 +12,7 @@ env:

install:
- sudo apt-get install sshpass
- pip install -r ${BUILD_DIR}/nscom/requirements.txt -r ${BUILD_DIR}/nsent/requirements.txt sphinx==3.2.1
- pip install -r ${BUILD_DIR}/nscom/requirements.txt -r ${BUILD_DIR}/nsent/requirements.txt

script:
- pushd ${BUILD_DIR}/
Expand Down

0 comments on commit 9d346d2

Please sign in to comment.