Skip to content

Latest commit

 

History

History
111 lines (81 loc) · 4.05 KB

File metadata and controls

111 lines (81 loc) · 4.05 KB

Changelog

  • Add a dark theme. (#44) Contributed by Nils K
  • Fix: Remove searchbox id from form. (fixes #117) Contributed by Nils K
  • Update python-docs-theme to work with Sphinx 5 & 6. (#99 & #127) Contributed by Adam Turner
  • Override font for .sig for consistency with other code blocks. (#121) Contributed by Chris Warrick
  • Dark mode: add class to invert image brightness. (#128) Contributed by Hugo van Kemenade
  • Skip cache-busting for old Sphinx #113
  • Fix problem with monospace rendering in Vivaldi #104
  • Fix mobile nav obstructing content #96
  • Reduce footer margin only for desktop #106
  • Append a hash ?digest to CSS files for cache-busting #108
  • Add a configuration for license URL. (#90)
  • Exclude the floating navbar from CHM help. (#84)
  • Make sidebar scrollable and sticky (on modern browsers) (#91)
  • Fix monospace again, on buggy Google Chrome (#87) Contributed by Tushar Sadhwani
  • Fix monospace on buggy Google Chrome (#85) Contributed by Tushar Sadhwani
  • Add the copyright_url variable in the theme (#67) Contributed by jablonskidev
  • Improve readability (#79) Contributed by Olga Bulat
  • Remove #searchbox on mobile to fix a layout bug (#76) Contributed by Olga Bulat
  • Fix the appearance of version/language selects (#74) Contributed by Olga Bulat
  • Make the theme responsive (#46)
    Contributed by Olga Bulat.
  • Use Python 3.8 for the Github Actions (#71)
    Contributed by Stéphane Wirtel.
  • Use default pygments theme (#68)
    Contributed by Aaron Carlisle.
  • Test Github action to validate the theme against docsbuild scripts. (#69)
    Contributed by Julien Palard.
  • Add the copy button to pycon3 highlighted code blocks. (#64)
    Contributed by Julien Palard.
  • Updated the readme, to remind user to install the package in a virtual environment. (#41)
    Contributed by Mariatta.
  • Updated the package url, using the GitHub repository instead of docs.python.org (#49)
    Contributed by Pradyun Gedam.
  • Added license information to the footer of the doc (#36)
    Contributed by Todd.
  • Fixed typo in the footer (#52)
    Contributed by Dominic Davis-Foster.
  • Added information on how to use the package (#32)
    Contributed by Tapasweni Pathak.
  • Fixed code formatting (#53).
    Contributed by Hugo van Kemenade.
  • Fixed code bgcolor and codetextcolor for Sphinx 3.1.0+ (#57)
    Contributed by Zhiming Wang.

2018.7

Corresponds to 44a8f30

Initial release.