From 3a07e6c2ab7f41de4e2dfd48cc6fb034a48218d3 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Wed, 13 Oct 2021 15:21:06 -0700 Subject: [PATCH] Remove the `doc` env from tox.ini In https://github.com/python-poetry/poetry/commit/bce4ac5d2c7e35c98d196e89f2325fdc11c5f6e9, the `doc` env was removed from tox.ini, and the doc was restructured differently. Since the `doc` env is not used anymore, I removed it from `tox.ini` file. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6e40e8b7f8a..a1662f78169 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 3.3.0 isolated_build = True -envlist = py36, py37, py38, py39, doc +envlist = py36, py37, py38, py39 [testenv] whitelist_externals = poetry