Releases: Qiskit/qiskit_sphinx_theme
Qiskit Sphinx Theme 1.15.0
The main change is adding the ability to have custom announcement banners at the top of the page for the qiskit
theme (but not qiskit-ecosystem
). See https://github.com/Qiskit/qiskit_sphinx_theme/tree/1.15#add-an-announcement-banner-to-all-pagesfor instructions.
1.14.0
The 1.14 release series adds the qiskit-ecosystem
theme, described in https://github.com/Qiskit/qiskit_sphinx_theme/releases/tag/1.14.0rc1.
Changes since 1.14.0rc1:
Qiskit Sphinx Theme 1.13.2
Qiskit Sphinx Theme 1.14.0rc1
This release adds the qiskit-ecosystem
theme. It's meant to distinguish between Qiskit Terra vs the Ecosystem. The main changes are:
- Gets rid of the top Qiskit nav bar.
- Adds the project name and Qiskit Ecosystem logo to the left sidebar. (You can disable the logo or replace it with your own)
- IBM-specific projects like IBM Runtime can use a blue color scheme.
See https://github.com/Qiskit/qiskit_sphinx_theme for instructions.
Full Changelog: 1.13.0rc1...1.14.0rc1
Qiskit Sphinx Theme 1.13.1
- Fix Pytorch theme not activating jQuery (Cherry-pick of #497) #503
- Fix Furo's styling of inline page table of contents (Cherry-pick of #498) #499
Full Changelog: 1.13.0...1.13.1
Qiskit Sphinx Theme 1.13.0
See the release notes from https://github.com/Qiskit/qiskit_sphinx_theme/releases/tag/1.13.0rc1 for what has changed in this release, including the new qiskit
theme.
Since the 1.13.0rc2 release, this has the following changes:
Qiskit Sphinx Theme 1.13.0rc2
New features
Bug fixes
- Fix disabling Furo dark mode on Safari (Cherry-pick of #446) #452
- Fix Furo wrapping of paragraphs and links (Cherry-pick of #448) #453
- Fix Furo page layout on medium-sized screens (Cherry-pick of #450) #454
- Fix Furo's responsiveness for
qiskit-card
andqiskit-call-to-action-item
(Cherry-pick of #447)#461
Full Changelog: 1.13.0rc1...1.13.0rc2
Qiskit Sphinx Theme 1.13.0rc1
The 1.13 release brings the new qiskit
theme, built on top of Furo. The design aligns us with Carbon design requirements, has a more useful left side bar, and we went from 12,500 lines of CSS to 700 lines.
See https://github.com/Qiskit/qiskit_sphinx_theme#migrate-from-old-pytorch-theme-to-new-theme for migration instructions to the new theme. qiskit-sphinx-theme 2.0 will remove support for the old Pytorch theme, which we plan to release in July or August 2023.
We also made substantial infrastructure improvements, including adding visual regression testing. This will allow us to better maintain the quality of the theme and add future improvements.
API Changes
- Add Furo to install_requires and bump Sphinx requirement to 6.0+ #339
- Add
qiskit-call-to-action-grid
directive #431 - Replace
qiskit-card-item
directive with simplerqiskit-card
directive #415 - Remove deprecated
get_html_theme_path
#352
New features
- Add
qiskit
theme based on Furo #425 - Update Qiskit top nav bar with new order and ecosystem links (#389) (#375)
- Fix 404 errors for Thebe files #354
Bug fixes
New Contributors
- @MaldoAlberto made their first contribution in #342
Full Changelog: 1.12.0...1.13.0rc1
Qiskit Sphinx Theme 1.12.1
This release updates the Qiskit top nav bar with several tweaks: #390
Qiskit Sphinx Theme 1.12.0
The 1.12 release is focused on stability. In addition to the improvements listed in https://github.com/Qiskit/qiskit_sphinx_theme/releases/tag/1.12.0rc1, we improved our internal infrastructure to facilitate future improvements.
This release only has one bug fix compared to 1.12.0rc1: