File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11# After changing this file, check it on:
22# http://lint.travis-ci.org/
33language : python
4+ dist : xenial
45sudo : false
56env :
6- - SPHINX_SPEC="Sphinx==1.2.3"
7+ - SPHINX_SPEC="Sphinx==1.2.3" SPHINXOPTS=""
78 - SPHINX_SPEC="Sphinx"
89matrix :
910 include :
10- - python : 3.6
11+ - python : 3.7
1112 - python : 2.7
12- env :
13- - SPHINXOPTS='-W'
1413cache :
1514 directories :
1615 - $HOME/.cache/pip
Original file line number Diff line number Diff line change 22#
33
44# You can set these variables from the command line.
5- SPHINXOPTS =
5+ SPHINXOPTS = -nWT --keep-going
66SPHINXBUILD = sphinx-build
77PAPER =
88BUILDDIR = _build
1515# Internal variables.
1616PAPEROPT_a4 = -D latex_paper_size=a4
1717PAPEROPT_letter = -D latex_paper_size=letter
18- ALLSPHINXOPTS = -nWT --keep-going - d $(BUILDDIR ) /doctrees $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) .
18+ ALLSPHINXOPTS = -d $(BUILDDIR ) /doctrees $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) .
1919# the i18n builder cannot share the environment and doctrees with the others
2020I18NSPHINXOPTS = $(PAPEROPT_$(PAPER ) ) $(SPHINXOPTS ) .
2121
You can’t perform that action at this time.
0 commit comments