Skip to content

Commit

Permalink
Fix GitHub source code links due to missing env vars (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Nov 8, 2024
1 parent c44a6ef commit 58ec753
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 58ec753

Please sign in to comment.