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 8478faa commit 76fa131Copy full SHA for 76fa131
.travis.yml
@@ -3,7 +3,7 @@ python: 3.6
3
sudo: false
4
install:
5
- pip3 install doc8 sphinx
6
- - pip3 install sphinx-tabs
+ - pip3 install git+https://github.com/Daltz333/sphinx-tabs@sphinx3
7
script:
8
- make html 2> stderr.log
9
- cat stderr.log
0 commit comments