You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Fixes#821.
I made a divergence from our testing in qiskit-sphinx-theme to make the INI file more readable, and I didn't properly test it. My bad!
This bug meant that we always used `main` as the branch name. I tested this out locally and it works now:
```
GITHUB_REF_NAME="pull" GITHUB_BASE_REF="upstream" tox -e docs
...
raise ValueError(GITHUB_BRANCH)
ValueError: upstream
```
0 commit comments