Skip to content

Releases: pydata/pydata-sphinx-theme

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)

v0.4.2

22 Jan 09:28
Compare
Choose a tag to compare

v0.4.1...v0.4.2

Small bug-fix release

(full changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@choldgraf | @jorisvandenbossche

v0.4.1

06 Oct 23:41
ef61ea0
Compare
Choose a tag to compare

v0.4.0...v0.4.1

(full changelog)

Enhancements made

Bugs fixed

Contributors to this release

(GitHub contributors page for this release)

@bollwyvl | @bryevdv | @choldgraf | @hoetmaaiers | @jorisvandenbossche | @leonarduschen | @pradyunsg | @rossbar

v0.4.0

31 Aug 08:33
Compare
Choose a tag to compare

v0.3.1...v0.4.0

(full changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@bollwyvl | @bryevdv | @CAM-Gerlach | @choldgraf | @dependabot | @hoetmaaiers | @jorisvandenbossche | @riedgar-ms | @shawnlinxl

v0.3.2

28 Aug 14:17
Compare
Choose a tag to compare

v0.3.1...v0.3.2

Small bug-fix release

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@bollwyvl | @choldgraf | @jorisvandenbossche

v0.3.1

23 Jun 17:56
Compare
Choose a tag to compare

v0.3.0...v0.3.1

(full changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@bollwyvl | @choldgraf | @chrisjsewell | @dependabot | @Edgar-Donk | @hoetmaaiers | @jorisvandenbossche | @kai687

v0.3.0

29 May 08:14
5749469
Compare
Choose a tag to compare

v0.2.2...v0.3.0

(full changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@choldgraf | @chrisjsewell | @hoetmaaiers | @jorisvandenbossche | @romanlutz

v0.2.2

04 May 22:06
Compare
Choose a tag to compare
RLS: v0.2.2

v0.2.1

22 Apr 17:18
Compare
Choose a tag to compare

A small bugfix from #159