diff --git a/tox.ini b/tox.ini index 059fab8..65a6177 100644 --- a/tox.ini +++ b/tox.ini @@ -65,6 +65,10 @@ extras = docs commands = sphinx-build -j auto -W -T --keep-going -b html {posargs} {toxinidir}/docs/ {toxinidir}/docs/_build/html +passenv = + CI + GITHUB_BASE_REF + GITHUB_REF_NAME [testenv:docs-clean] skip_install = true