We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9ebb4 commit ee469bdCopy full SHA for ee469bd
.travis.yml
@@ -3,7 +3,8 @@ python: 3.6
3
sudo: false
4
install:
5
- pip3 install doc8 sphinx
6
- - pip3 install git+https://github.com/Daltz333/sphinx-tabs@sphinx3
+ - pip3 install git+https://github.com/osrf/sphinx-tabs
7
+
8
script:
9
- make html 2> stderr.log
10
- cat stderr.log
0 commit comments