This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
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 ```
- Loading branch information