Issue: RELENG-5179
Change-Id: Ic7561b5c339dadb2d0b71c64dbd63b69fbf84188
Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
 allowlist_externals =
     git
 commands =
+    # Full repository depth required for docs job to run (release notes)
     git fetch --unshallow
     sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
 
 basepython = python3
 deps =
     jenkins-job-builder==6.0.0
+    # RELENG-5179 (undeclared dependency by stevedore)
     setuptools
 commands =
     jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test