Releases: XanaduAI/xanadu-sphinx-theme
Release 0.5.0
Improvements
- Improved the accessibility of the navbar and footer. (#44)
- Added transition animations to the navbar dropdowns on mobile. (#45)
Bug fixes
- Obviated the need for horizontal scrolling on mobile. (#42)
- Prevented overlap of local ToC with footer. (#42)
- Added missing Read the Docs configuration file. (#42)
- Bumped
pillow
to version 10.0.1. (#43)
Contributors
This release contains contributions from (in alphabetical order):
Release 0.4.0
Improvements
- Updated the navbar and footer configuration and styles to match the PennyLane website. (#40)
Contributors
This release contains contributions from (in alphabetical order):
Release 0.3.7
Release 0.3.6
Bugfix release to remove JS line that was causing errors
Release 0.3.5
Bug fixes
- Fixed an issue where the
meta
directive in ReST files was not properly registering an Open Graph Twitter card. #29
Contributors
This release contains contributions from (in alphabetical order):
Release 0.3.4
Improvements
- Added the option to customize the href fragment of the details directive #26
Contributors
This release contains contributions from (in alphabetical order):
Release 0.3.3
Bug fixes
- Fixed an issue where footnote references were being rendered without brackets. #25
Contributors
This release contains contributions from (in alphabetical order):
Release 0.3.2
v0.3.1
Improvements
- Added support for images in navbar links. #21
Bug fixes
-
Fixed a bug where the navbar would incorrectly display a drop shadow with small screen widths when the global TOC was active. #20
-
Fixed a bug where gallery card margins would not reduce on smaller width displays. #22
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_global
which 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_about
set the 'About' section of the footerfooter_links
to create columns of linksfooter_social
to customize social media iconsfooter_tagline
to 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_path
list variable inconf.py
. #18
Bug fixes
- Fixed a bug where the HTML sidebars were not properly configured. #17
Contributors
This release contains contributions from (in alphabetical order):