tox: Keeping going with docs

Change-Id: Ib54892df6c23a27c625bd4818dd03989c30f4141
This commit is contained in:
jacky06 2019-10-24 01:22:59 +08:00
parent f23e1e40f0
commit 5e992058ee
1 changed files with 0 additions and 4 deletions

View File

@ -3,7 +3,6 @@ minversion = 2.0
skipsdist = True skipsdist = True
envlist = docs envlist = docs
[testenv] [testenv]
usedevelop = True usedevelop = True
install_command = install_command =
@ -27,7 +26,6 @@ setenv =
PYTHONUNBUFFERED=1 PYTHONUNBUFFERED=1
VIRTUAL_ENV={envdir} VIRTUAL_ENV={envdir}
[testenv:docs] [testenv:docs]
basepython = python3 basepython = python3
commands= commands=
@ -35,12 +33,10 @@ commands=
doc8 doc doc8 doc
python setup.py build_sphinx python setup.py build_sphinx
[doc8] [doc8]
# Settings for doc8: # Settings for doc8:
extensions = .rst extensions = .rst
# environment used by the -infra templated docs job # environment used by the -infra templated docs job
[testenv:venv] [testenv:venv]
basepython = python3 basepython = python3