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 6c3fb37 commit b123637Copy full SHA for b123637
.travis.yml
@@ -1,7 +1,8 @@
1
language: python
2
+python: 3.6
3
sudo: false
4
install:
- - pip install doc8 sphinx
5
+ - pip3 install doc8 sphinx
6
script:
7
- make html 2> stderr.log
8
- cat stderr.log
Makefile
@@ -2,7 +2,7 @@
SOURCE = source
OUT = build
-BUILD = python -m sphinx
+BUILD = python3 -m sphinx
OPTS =-c .
help:
0 commit comments