From 031eded6b4450bb5bed7eeae87ef440b532b7feb Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:12:38 -0500 Subject: [PATCH] Fix GitHub source code links due to missing env vars (#103) (cherry picked from commit 25bf57fb367cb54b139c369e5ee882aa3d16aebe) --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 5a890cf..2b2b23e 100644 --- a/tox.ini +++ b/tox.ini @@ -64,6 +64,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