Add extra requirements for docs (refs: #6336)

This commit is contained in:
Takeshi KOMIYA
2019-05-04 12:42:17 +09:00
parent 035d5507f0
commit 00a5aa7301
2 changed files with 5 additions and 3 deletions

View File

@@ -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}