Skip to content

Latest commit

 

History

History
74 lines (43 loc) · 7.26 KB

CHANGELOG.md

File metadata and controls

74 lines (43 loc) · 7.26 KB

Changelog

v0.0.39 - 2020-11-08

(full changelog)

New features added

  • sphinx sidebars functionality #233 (@choldgraf). You can now use the html_sidebars functionality that is native in Sphinx. See the sidebars documentation.
  • Collapsible lists in sidebars #226 (@AakashGfude). Sidebars that have nested sections will now have an arrow that allows you to reveal these sections without changing the current page. You can control the depth of expanded sections with show_navbar_depth.

Enhancements made

v0.0.38

Enhancements made

👌 IMPROVE: Add missing aria-label to fullscreen button #228 (@foster999)

👌 IMPROVE: declare parallel read safe #225 (@rscohn2)

🐛 FIX: fixing dirhtml builds #230 (@choldgraf)

🐛 FIX: fixing margin for code blocks #229 (@choldgraf)

v0.0.37

✨ NEW: Sphinx translations for all buttons and tooltips in major UI elements. See the Sphinx i18n documentation for how to activate other languages. #214 (@chrisjsewell)

⬆️ UPGRADE: pydata-sphinx-theme v0.4.0. See the pydata-sphinx-theme changelog for more information.

⬆️ UPGRADE: Use pyScss instead of libsass for scss compilation. This should make the theme more lightweight to install and develop locally. #200 (@hason)

Contributors to this release

(GitHub contributors page for this release)

@choldgraf | @chrisjsewell | @fm75 | @hason | @najuzilu | @nathancarter | @pauleveritt | @pradyunsg |

v0.0.36 2020-08-25

👌 IMPROVED: The main theme change in this release, is the addition of CSS styling for definition lists, including those created by sphinx.ext.autodoc. See Definition and Field Lists, and the Python API documentation.

🔧 MAINTENANCE: Under the hood, there has also been work undertaken to improve the development environment for working with the package. Thanks to @pradyunsg.

Contributors to this release

@chrisjsewell | @pradyunsg

v0.0.34...v0.0.35

(full changelog)

Enhancements 👌

Bugs fixed 🐛

Documentation improvements 📚

Contributors to this release

(GitHub contributors page for this release)

@AakashGfude | @choldgraf | @chrisjsewell | @pradyunsg | @welcome