Skip to content

Commit

Permalink
travis: update sphinx release
Browse files Browse the repository at this point in the history
Try to avoid the following error:

 File "/home/travis/virtualenv/python3.9.1/lib/python3.9/site-packages/docutils/writers/html5_polyglot/__init__.py", line 445, in section_title_tags

    if (ids and self.settings.section_self_link

AttributeError: 'Values' object has no attribute 'section_self_link'
  • Loading branch information
gsanchietti committed Nov 3, 2021
1 parent 8b5bcc8 commit 5b77438
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 sphinx==3.4.3

script:
- pushd ${BUILD_DIR}/
Expand Down

0 comments on commit 5b77438

Please sign in to comment.