Skip to content

Commit

Permalink
Also, switch docs main to use the provider fork
Browse files Browse the repository at this point in the history
  • Loading branch information
wshanks committed Feb 5, 2024
1 parent 5f0a1a2 commit 98c3321
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,12 @@ passenv =
PROD_BUILD
RELEASE_STRING
VERSION_STRING
deps =
{[testenv]deps}
git+https://github.com/wshanks/qiskit-ibm-runtime.git@no-provider
commands_pre =
# See comment for qiskit-main
pip uninstall -y qiskit qiskit-terra qiskit-ibm-provider
pip uninstall -y qiskit qiskit-terra
pip install git+https://github.com/Qiskit/qiskit
commands =
sphinx-build -j auto -T -W --keep-going -b html {posargs} docs/ docs/_build/html
Expand Down

0 comments on commit 98c3321

Please sign in to comment.