From 176ace6373ed6823c9b70af723625a1732a2caf3 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:34:17 -0500 Subject: [PATCH] Fix GitHub source code links due to missing env vars (#710) (#711) (cherry picked from commit 152ba58f2958ee86c7a3874cb439d8a1fb47502b) Co-authored-by: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 0dacf9f2..c50df0eb 100644 --- a/tox.ini +++ b/tox.ini @@ -57,6 +57,8 @@ commands = sphinx-build -j auto -W -T --keep-going {posargs} docs/ docs/_build/html passenv = CI + GITHUB_BASE_REF + GITHUB_REF_NAME [testenv:docs-clean] skip_install = true