Skip to content

Commit 13f30a8

Browse files
authored
enhancements: docs light dark mode support (#1530)
1 parent 48906ad commit 13f30a8

File tree

2 files changed

+9
-22
lines changed

2 files changed

+9
-22
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ docs = [
9191
"pydot",
9292
"pillow>=4.2.1",
9393
"reno>=3.4.0",
94-
"qiskit-sphinx-theme==1.16.1",
94+
"qiskit-sphinx-theme==2.0.0",
9595
"matplotlib>=3.4",
9696
"sphinx-reredirects",
9797
"sphinxemoji",
@@ -151,4 +151,4 @@ environment = "MACOSX_DEPLOYMENT_TARGET=10.12"
151151
repair-wheel-command = "brew install pipx && pipx ensurepath && pipx run --spec delocate==0.11.0 delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel} && pipx run abi3audit==0.0.9 --strict --report {wheel}"
152152

153153
[tool.cibuildwheel.windows]
154-
repair-wheel-command = "cp {wheel} {dest_dir}/. && pipx run abi3audit==0.0.9 --strict --report {wheel}"
154+
repair-wheel-command = "cp {wheel} {dest_dir}/. && pipx run abi3audit==0.0.9 --strict --report {wheel}"

uv.lock

Lines changed: 7 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)