diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-07-30 23:24:00 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-07-30 23:24:00 -0700 |
commit | f26fde65d6761a1dda49c26097bdd13242a30f72 (patch) | |
tree | 0d356d910bbea0c61a0819dd53223711a594f9dd /tox.ini | |
parent | c1b326ba4bfd89038b9f903aabe48c760eb54058 (diff) | |
download | cmd2-git-f26fde65d6761a1dda49c26097bdd13242a30f72.tar.gz |
Modify .travis.yml to do the doc build
Also:
- Have doc build treat warnings as errors
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,12 +10,12 @@ setenv = PYTHONPATH={toxinidir} [testenv:docs] -basepython = python3.7 +basepython = python3.5 deps = sphinx sphinx-rtd-theme changedir = docs -commands = sphinx-build -a -b html -d {envtmpdir}/doctrees . {envtmpdir}/html +commands = sphinx-build -a -W -T -b html -d {envtmpdir}/doctrees . {envtmpdir}/html [testenv:py34] deps = |