Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicated method in qiskit.providers.BackendV1 #1199

Closed
Tracked by #479
arnaucasau opened this issue Apr 18, 2024 · 2 comments · Fixed by #1412
Closed
Tracked by #479

Duplicated method in qiskit.providers.BackendV1 #1199

arnaucasau opened this issue Apr 18, 2024 · 2 comments · Fixed by #1412

Comments

@arnaucasau
Copy link
Collaborator

The abstract classmethod _default_options is duplicated in the BackendV1 docs.

Screenshot 2024-04-18 at 18 37 00

The problem comes from a duplication of the sphinx automethod directive in this file which needs to be changed in Qiskit/qiskit and also modifying the HTML of the Box artifacts, given that this issue affects 0.45 and 0.46 as well.

@Eric-Arellano
Copy link
Collaborator

We should fix this by using a cross-reference to the method. It should only be defined once.

@arnaucasau
Copy link
Collaborator Author

PR created in the qiskit repo to fix the issue: Qiskit/qiskit#12443

github-merge-queue bot pushed a commit that referenced this issue May 20, 2024
Closes #1199

This PR regenerates qiskit 0.45, 0.46, 1.0, 1.1, and dev with the fix
for #1199.

All artifacts have been uploaded to Box
frankharkins pushed a commit to frankharkins/documentation that referenced this issue Jul 22, 2024
Closes Qiskit#1199

This PR regenerates qiskit 0.45, 0.46, 1.0, 1.1, and dev with the fix
for Qiskit#1199.

All artifacts have been uploaded to Box
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants