Skip to content

Releases: XanaduAI/xanadu-sphinx-theme

Release 0.5.0

13 Oct 18:24
9803959
Compare
Choose a tag to compare

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):

Mikhail Andrenkov.

Release 0.4.0

22 Sep 14:20
3feaae8
Compare
Choose a tag to compare

Improvements

  • Updated the navbar and footer configuration and styles to match the PennyLane website. (#40)

Contributors

This release contains contributions from (in alphabetical order):

Mikhail Andrenkov.

Release 0.3.7

17 Feb 16:44
da63bea
Compare
Choose a tag to compare

Improvements

  • Bumped wheel to v0.38.1. (#33)

Bug fixes

  • Fixed an issue where the dropdown_link Jinja variable is accessed but undefined. (#36)

Contributors

This release contains contributions from (in alphabetical order):

Mikhail Andrenkov.

Release 0.3.6

11 Feb 23:38
dc85686
Compare
Choose a tag to compare

Bugfix release to remove JS line that was causing errors

Release 0.3.5

17 Nov 02:54
8efda02
Compare
Choose a tag to compare

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):

Josh Izaac.

Release 0.3.4

17 Nov 02:39
c304d58
Compare
Choose a tag to compare

Improvements

  • Added the option to customize the href fragment of the details directive #26

Contributors

This release contains contributions from (in alphabetical order):

David Wierichs.

Release 0.3.3

24 Oct 15:10
2cab406
Compare
Choose a tag to compare

Bug fixes

  • Fixed an issue where footnote references were being rendered without brackets. #25

Contributors

This release contains contributions from (in alphabetical order):

Josh Izaac.

Release 0.3.2

12 Oct 15:44
fb06975
Compare
Choose a tag to compare

Bug fixes

  • Added missing variables: github_repo and gallery_dirs to address the View on GitHub link not working for demos. #24

  • Fixed a bug where author bio photos would appear squished. #25

Contributors

This release contains contributions from (in alphabetical order):

Lucas Silbernagel, Josh Izaac.

v0.3.1

27 Sep 19:42
62eb845
Compare
Choose a tag to compare

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):

Josh Izaac.

Release 0.3.0

23 Sep 22:30
Compare
Choose a tag to compare

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 footer
    • footer_links to create columns of links
    • footer_social to customize social media icons
    • footer_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 the templates_path list variable in conf.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):

Mikhail Andrenkov,
Josh Izaac.