Skip to content

Commit

Permalink
Fix CI for docs guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Nov 30, 2023
1 parent 086486d commit 9a2fd9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs_guide/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
intersphinx_mapping = {
"sphinx": ("https://www.sphinx-doc.org/en/master/", None),
"qiskit": ("https://qiskit.org/documentation/", None),
"qiskit-ibm-runtime": ("https://qiskit.org/documentation/partners/qiskit_ibm_runtime/", None),
"qiskit-ibm-runtime": ("https://qiskit.org/ecosystem/ibm-runtime/", None),
}
2 changes: 1 addition & 1 deletion docs_guide/sphinx_guide/how_to_add_code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The output would be this cell:
qc = QuantumCircuit(2)
qc.h(0)
qc.cx(0,1)
qc.draw('mpl')
qc.draw('mpl', style='iqp')


.. note::
Expand Down

0 comments on commit 9a2fd9a

Please sign in to comment.