From e04ad55f951134c927781aac7e84111b454551dd Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:42:37 -0500 Subject: [PATCH] Fix tox --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 647c566a..84371f30 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,7 @@ commands = allowlist_externals = rm [testenv:docs] +passenv = GITHUB_REF_NAME, GITHUB_REF_TYPE, GITHUB_BASE_REF commands = sphinx-build -W --keep-going -j auto {posargs} example_docs/docs/ example_docs/docs/_build