From 5e992058eee2d9d7ced610fd156e190490fa6327 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Thu, 24 Oct 2019 01:22:59 +0800 Subject: [PATCH] tox: Keeping going with docs Change-Id: Ib54892df6c23a27c625bd4818dd03989c30f4141 --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index 8f53a9e..e9e78ec 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,6 @@ minversion = 2.0 skipsdist = True envlist = docs - [testenv] usedevelop = True install_command = @@ -27,7 +26,6 @@ setenv = PYTHONUNBUFFERED=1 VIRTUAL_ENV={envdir} - [testenv:docs] basepython = python3 commands= @@ -35,12 +33,10 @@ commands= doc8 doc python setup.py build_sphinx - [doc8] # Settings for doc8: extensions = .rst - # environment used by the -infra templated docs job [testenv:venv] basepython = python3