Skip to content

Releases: python/python-docs-theme

2024.10

29 Oct 14:29
d725581
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2024.6...2024.10

2024.6

24 Jun 13:23
f1ba0f8
Compare
Choose a tag to compare

What's Changed

  • Add backgrounds and borders to admonitions by @hugovk in #190
  • Use different colour for 'Return value: Borrowed reference' by @hugovk in #188
  • Replace Flake8 with Ruff and add more linting for GitHub Actions by @hugovk in #189

Full Changelog: 2024.4...2024.6

2024.4

09 Apr 09:23
26ca6d7
Compare
Choose a tag to compare

What's Changed

  • Add colour to version change directives by @hugovk in #185
  • Only show 'Last updated on ...' when last_updated defined by @hugovk in #183
  • Use system font stack for all code by @hugovk in #186

Full Changelog: 2024.3...2024.4

2024.3

22 Mar 11:37
f4352e1
Compare
Choose a tag to compare

What's Changed

  • Modernise font: use system font stack to improve text readability and webpage performance by @hugovk in #176
  • Remove incorrect CSS property by @Privat33r-dev in #178
  • Don't test theme on 3.8 and 3.9 branches by @hugovk in #177

New Contributors

Full Changelog: 2024.2...2024.3

2024.2

05 Feb 20:26
b05ad28
Compare
Choose a tag to compare

What's Changed

  • Do not underline navigation links by @hugovk in #169
  • Only apply underline offset to code formatting for underline visibility by @hugovk in #171

Full Changelog: 2024.1...2024.2

2024.1

27 Jan 20:52
6a9d7a2
Compare
Choose a tag to compare

What's Changed

  • Underline links for readability and a11y by @hugovk in #160 and #166
  • Add hosted_on variable for a link in the footer by @hugovk in #165
  • Consistently reference theme_root_icon by @mbudisic in #163
  • Dark mode: fix contrast of footer highlight by @hugovk in #162

New Contributors

Full Changelog: 2023.9...2024.1

2023.9

04 Oct 18:37
58bed3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.8...2023.09

2023.8

28 Sep 20:01
1a4022a
Compare
Choose a tag to compare

What's Changed

  • Add Python 3.12 and 3.13 classifiers by @hugovk in #147
  • Revert "Use correct block, enable built-in slash keypress" by @hugovk in #146
  • Dark mode: Also give aside.topic a dark background by @hugovk in #150
  • Prepare 2023.8 release by @hugovk in #151

Full Changelog: 2023.7...2023.8

2023.7

04 Aug 01:55
db2b77e
Compare
Choose a tag to compare

2023.7

  • Sphinx 7.1: fix compatibility (#137)
    Contributed by Pradyun Gedam
  • Enable the slash keypress to focus the search field (#141)
    Contributed by Mike Fiedler
  • Sphinx 6.2 fix: add nav.contents where div.topic is used (#138)
    Contributed by Hugo van Kemenade
  • Dark mode: fix contrast for C++ specific styling (#133)
    Contributed by Hugo van Kemenade
  • Don't let long code literals extend beyond the right side of the screen (#139)
    Contributed by Hugo van Kemenade
  • Test with Python 3.12 (#140)
    Contributed by Hugo van Kemenade

2023.3.1

13 Mar 10:59
1e8dfe7
Compare
Choose a tag to compare

Skip cache-busting for old Sphinx #113