summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDudeNr33 <3929834+DudeNr33@users.noreply.github.com>2021-04-03 19:03:47 +0200
committerGitHub <noreply@github.com>2021-04-03 19:03:47 +0200
commit86df139890b13d253185a42c692360d270318c14 (patch)
tree20e83a161f035e3e772fb28f99e11151acc0fcef /tox.ini
parentf5e0968d6be95ae1bf9608e6bab6afcb8aa54663 (diff)
downloadpylint-git-86df139890b13d253185a42c692360d270318c14.tar.gz
#4290: remove skip_install in testenv docs (#4292)
Doc creation failed because the necessary dependencies where not installed.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 978085451..c079d4e2c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -61,7 +61,6 @@ commands =
changedir = doc/
deps =
-r {toxinidir}/requirements_docs.txt
-skip_install = true
commands =
sphinx-build -W -b html -d _build/doctrees . _build/html