Skip to content

Commit

Permalink
Fix GitHub source code links due to missing env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Nov 7, 2024
1 parent c44a6ef commit 4a2681c
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 @@ -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
Expand Down

0 comments on commit 4a2681c

Please sign in to comment.