Skip to content

Commit

Permalink
Remove remaining qiskit.org links (#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Feb 12, 2024
1 parent 3d211bf commit 5f64525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,12 +152,6 @@
# -- Options for HTML output -------------------------------------------------

html_theme = "qiskit-ecosystem"

html_context = {
"analytics_enabled": True,
"expandable_sidebar": True,
}

html_title = f"{project} {release}"

docs_url_prefix = "qiskit-experiments"
Expand All @@ -170,8 +164,8 @@
"qiskit": ("https://docs.quantum.ibm.com/api/qiskit/", None),
"uncertainties": ("https://pythonhosted.org/uncertainties", None),
"pandas": ("http://pandas.pydata.org/docs/", None),
"qiskit_aer": ("https://qiskit.org/ecosystem/aer", None),
"qiskit_dynamics": ("https://qiskit.org/ecosystem/dynamics/", None),
"qiskit_aer": ("https://qiskit.github.io/qiskit-aer/", None),
"qiskit_dynamics": ("https://qiskit-extensions.github.io/qiskit-dynamics/", None),
"qiskit_ibm_runtime": ("https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/", None),
"qiskit_ibm_provider": ("https://docs.quantum.ibm.com/api/qiskit-ibm-provider/", None),
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ upgrade:
``qiskit-ibmq-provider`` is deprecated and has been dropped as a requirement. Interactions
with IBM backends should use the :external+qiskit_ibm_provider:doc:`qiskit-ibm-provider <index>` package instead (must be installed
separately; see the
`migration guide <https://qiskit.org/ecosystem/ibm-provider/tutorials/Migration_Guide_from_qiskit-ibmq-provider.html>`_
`migration guide <https://github.com/Qiskit/qiskit-ibm-provider/blob/stable/0.6/docs/tutorials/Migration_Guide_from_qiskit-ibmq-provider.ipynb>`_
for more details).

0 comments on commit 5f64525

Please sign in to comment.