Skip to content

Releases: pydata/pydata-sphinx-theme

v0.7.1

02 Oct 17:51
Compare
Choose a tag to compare

This is a patch release that includes a fix for translations in the "previous" and "next" buttons.

v0.7.0

01 Oct 12:45
Compare
Choose a tag to compare

v0.7.0

(full changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@12rambau | @ajschmidt8 | @akaszynski | @akhmerov | @astrojuanlu | @bollwyvl | @choldgraf | @chrisjsewell | @dependabot | @drammock | @erogluorhan | @greglucas | @hoetmaaiers | @isabela-pf | @jackminchin | @jorisvandenbossche | @jpmckinney | @lwasser | @MegChai | @mwaskom | @pradyunsg | @romanlutz | @rossbar | @scottyhq | @SebastianJL | @timhoffm | @tupui | @yhuang85

v0.6.3

26 Apr 19:06
Compare
Choose a tag to compare

v0.6.3

  • Fix regression with 'None' inserted in html by google analytics script #404

v0.6.2

26 Apr 06:56
Compare
Choose a tag to compare

v0.6.2

Fixes a compatibility issue with the latest jinja2 version.

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@choldgraf | @drammock | @FabioRosado | @jorisvandenbossche | @jpmckinney | @rossbar

v0.6.1

16 Apr 22:44
Compare
Choose a tag to compare

v0.6.1

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@choldgraf | @drammock | @jarrodmillman | @jorisvandenbossche | @V0lantis

v0.6.0

09 Apr 21:24
Compare
Choose a tag to compare

v0.5.2...v0.6.0

(full changelog)

Enhancements made

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@bollwyvl | @bryevdv | @choldgraf | @dependabot | @drammock | @jorisvandenbossche | @MegChai | @tcmetzger | @tupui

v0.5.2

25 Mar 08:53
Compare
Choose a tag to compare

v0.5.1...v0.5.2

(full changelog)

Merged PRs

  • Fix AttributeError("'NoneType' object has no attribute 'get'") when including TOC #347 (@tpajurek-dtml)

Contributors to this release

(GitHub contributors page for this release)

@bollwyvl | @tpajurek-dtml

v0.5.1

22 Mar 08:54
Compare
Choose a tag to compare

v0.5.0...v0.5.1

(full changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@choldgraf | @drammock | @jorisvandenbossche | @kmaehashi

v0.5.0

11 Mar 19:39
Compare
Choose a tag to compare

Highlights

  • The theme no longer vendors the custom Lato and Open Sans fonts, but uses default system fonts instead. If you want to change back to a custom font, check the user guide about customizing fonts.
  • A set of CSS variables (or custom properties) is now available for easier customization of styling aspects (eg highlight color for active navigation items) as a downstream user. See the user guide on using CSS variables for more details.
  • Problems with the navbar covering the target when linking a header or inline reference are fixed. In addition, this should now also work with larger navbars when setting the --pst-header-height CSS variable.
  • Making more extensive use of sphinx to generate the html of the navigation elements (sidebars, navbar) fixes several issues in the link text (code styling, automatic numbering, etc).
  • New options navbar_align (controlling the left/right/center alignment of the navigation links in the navbar), logo_link (if your logo should link to a different page as the main sphinx index page), icon_links (for custom icon links on the right side of the navbar). See the configuration user guide for all options.

Changelog

(full changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@12rambau | @aterrel | @bollwyvl | @bryevdv | @CAM-Gerlach | @choldgraf | @CodeCox | @dependabot | @djhoese | @drammock | @eric-wieser | @hoetmaaiers | @jorisvandenbossche | @larsoner | @leonarduschen | @mattip | @MegChai | @mgeier | @mwaskom | @pgjones | @pradyunsg | @riedgar-ms | @TheRajatSethi

v0.4.3

26 Jan 10:30
Compare
Choose a tag to compare

v0.4.2...v0.4.3

Small bug-fix release

(full changelog)

Merged PRs

  • 🐛 FIX: source_suffix throws error when it doesn't exist #271 (@choldgraf)