Skip to content

Commit ffbcfee

Browse files
committed
Fix broken links and typos in docs website
1 parent 15c08f2 commit ffbcfee

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ jobs:
5050
# Strip 'v' prefix if it exists
5151
VERSION=${VERSION#v}
5252
mike deploy --push --update-aliases $VERSION latest
53+
mike set-default --push latest

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project follows versions of format `{year}.{month}.{patch_number}`.
77

88
## [Unreleased]
99

10+
### Fixed
11+
12+
- Fixed broken links and typos in docs website.
13+
1014
## [0.0.12] - 2026-06-21
1115

1216
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ make clean
288288

289289
Copyright (c) 2026 [Martin Ahindura](https://github.com/Tinitto)
290290

291-
Licensed under the [MIT License](./LICENSE)
291+
Licensed under the [MIT License](https://github.com/sopherapps/qpi/blob/main/LICENSE)
292292

293293

294294
## Gratitude

qpi-client/py/qpi_client/provider.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,6 @@ class QPIBackend(BackendV2):
213213
Args:
214214
client: An authenticated :class:`QPIClient` instance.
215215
name: Human-readable backend name (default ``"qpi"``).
216-
num_qubits: Number of qubits the backend advertises to the Qiskit
217-
transpiler. Defaults to a large value so circuits of any
218-
reasonable size compile without resizing the target.
219216
**kwargs: Forwarded to :class:`BackendV2.__init__`.
220217
"""
221218

0 commit comments

Comments
 (0)