Skip to content

Commit 76fa131

Browse files
authored
Fix sphinx-tabs deprecation warning (ros2#588)
Use this PR: executablebooks/sphinx-tabs#59
1 parent 8478faa commit 76fa131

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
@@ -3,7 +3,7 @@ python: 3.6
33
sudo: false
44
install:
55
- pip3 install doc8 sphinx
6-
- pip3 install sphinx-tabs
6+
- pip3 install git+https://github.com/Daltz333/sphinx-tabs@sphinx3
77
script:
88
- make html 2> stderr.log
99
- cat stderr.log

0 commit comments

Comments
 (0)