Skip to content

Commit

Permalink
Fix GitHub source code links due to missing env vars (#103)
Browse files Browse the repository at this point in the history
(cherry picked from commit 25bf57f)
  • Loading branch information
Eric-Arellano authored and mergify[bot] committed Nov 8, 2024
1 parent 0390459 commit 790a57b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 790a57b

Please sign in to comment.