From 00a5aa73012eeeece82c689f2a44c99287267406 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sat, 4 May 2019 12:42:17 +0900 Subject: Add extra requirements for docs (refs: #6336) --- tox.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index ea404b4a8..64bebf2fb 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,6 @@ deps = du14: docutils==0.14 extras = test - websupport setenv = PYTHONWARNINGS = all,ignore::ImportWarning:pkgutil,ignore::ImportWarning:importlib._bootstrap,ignore::ImportWarning:importlib._bootstrap_external,ignore::ImportWarning:pytest_cov.plugin,ignore::DeprecationWarning:site,ignore::DeprecationWarning:_pytest.assertion.rewrite,ignore::DeprecationWarning:_pytest.fixtures,ignore::DeprecationWarning:distutils commands= @@ -62,8 +61,8 @@ commands= basepython = python3 description = Build documentation. -deps = - sphinxcontrib-websupport +extras = + docs commands = python setup.py build_sphinx {posargs} -- cgit v1.2.1