Encourage regular testing that docs builds aren't broken by
generating them by default when tox is run without specific env
list. Also remove the doc tree from the flake8 exclusion list as it
should no longer contain anything to which that would object.
[tox]
minversion = 2.0
-envlist = dist, flake8, yamllint
+envlist = dist, docs, flake8, yamllint
skipsdist = True
[testenv]
[flake8]
show-source = True
-exclude=.venv,.git,.tox,doc,*lib/python*,*egg,build
+exclude=.venv,.git,.tox,*lib/python*,*egg,build