Release notes¶
This page contains the release notes for the Xanadu Sphinx theme.
Release 0.22.0 (development release)¶
Contributors¶
This release contains contributions from (in alphabetical order):
Release 0.21.0 (current release)¶
Bug fixes¶
Removed duplicate “tensorflow” copy in the footer.
Lowered the mobile/desktop breakpoint to 1324px.
Release 0.20.0¶
Features¶
Ported PennyLane’s new global navbar into the Sphinx theme.
On desktop it expands into a “mega menu” with multi-column sections and a slide-down animation.
On mobile it collapses into an accordion with expand/collapse animations.
Menus render featured cards along with content and latest-release cards that are loaded client-side when a menu first opens.
Bug fixes¶
Navbar menus now close automatically when switching between mobile and desktop breakpoints.
Release 0.19.0¶
Bug fixes¶
Fixed title cards and index cards so the entire card is clickable, not just the title text. Cards now use Bootstrap’s
stretched-linkpattern to cover the full card area.Fixed gallery items so the full card (including the thumbnail image) is clickable when the description contains a link. Broadened the CSS overlay selectors to match all Sphinx figure caption markup variants.
Release 0.17.0¶
Bug fixes¶
Fixed an issue where local table of contents was missing in Catalyst documentation
Release 0.16.0¶
Features¶
Added Google Analytics event tracking functionality
Implemented
sendCustomGAEventfunction for tracking user interactionsAdded safe no-op function when GA is disabled
Added event tracking for navbar and footer interactions
Improved event reliability with beacon transport
Release 0.15.0¶
Release 0.9.0¶
Features¶
Project filter is now passed to search options when
search_on_pennylane_aiisTrue
Release 0.8.0¶
Release 0.7.1¶
Bug fixes¶
Fixed an issue with the
command_palette_enabledandsearch_on_pennylaneoptions having falsey values, big thanks to Mikhail Andrenkov. (#60)
Release 0.7.0¶
Features¶
Embedded
pennylane-command-palette, created button ui, and added a newcommand_palette_enabledoption to the theme. (#57)
Release 0.6.1¶
Improvements¶
Added a theme option to redirect searches to https://pennylane.ai/search. (#47)
Release 0.4.0¶
Release 0.3.7¶
Release 0.3.4¶
Release 0.3.4¶
Release 0.3.3¶
Release 0.3.2¶
Bug fixes¶
Contributors¶
This release contains contributions from (in alphabetical order):
Release 0.3.0¶
Improvements¶
Added documentation. (#13)
Add a new
.. bio::directive, which supports inserting author bios. (#14)Add support for Sphinx Gallery. (#14)
Add a new option
toc_globalwhich allows the left-hand global ToC sidebar to be disabled. (#14)Update heading and navbar font to Quicksand. (#15)
Add new options to customize the footer: (#16)
footer_aboutset the ‘About’ section of the footerfooter_linksto create columns of linksfooter_socialto customize social media iconsfooter_taglineto set the tagline
Included autosummary templates within the Xanadu Sphinx Theme. The provided templates directory is available via
xanadu_sphinx_theme.templates_dir()and can be added to thetemplates_pathlist variable inconf.py. (#18)
Contributors¶
This release contains contributions from (in alphabetical order):
Release 0.2.0¶
New features since last release¶
Adds the
toc_overviewoption, which allows the table of contents to optionally display the project title and a link to the documentation homepage. (#7)
Contributors¶
This release contains contributions from (in alphabetical order):