Skip to content

Releases: executablebooks/sphinx-book-theme

v0.2.0

15 Jan 21:16
71bd7ae
Compare
Choose a tag to compare

This release includes a few under-the-hood and performance improvements to the CSS and HTML of the theme. While there are no major new features, some of these changes have restructured the HTML so double-check your documentation, especially if you had custom CSS rules the sidebar.

Here are a few improvements:

  • The right Table of Contents is now hidden using the Intersection Observer API which will reduce the number of JavaScript calls and improve reliability of this feature. #448 (@choldgraf)

  • The left sidebar is now toggle-able only with CSS, which should make it less prone to failure due to other conflicting javascript on the page. It now includes a "sidebar drawer" on mobile that gives more vertical space for the sidebar. #454 (@choldgraf)

  • You can now add Deepnote buttons for notebook launch buttons #385 (@jakubzitny)

Full Changelog: v0.1.10...v0.2.0

v0.1.10

10 Jan 10:15
22ce601
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.9

05 Jan 17:44
b435e7d
Compare
Choose a tag to compare

This is a minor release to fix an anchor link bug that was introduced in 0.1.8

v0.1.8

04 Jan 17:35
1f2c69f
Compare
Choose a tag to compare

This includes a few minor improvements to the theme's CSS and PDF printing styles. See CHANGELOG.md for details.

v0.1.7

11 Nov 17:47
8f7055b
Compare
Choose a tag to compare

Summary

This release primarily updates the pydata theme to bring in a few new theme features and bug-fixes.

What's Changed

  • UPDATE: pydata sphinx theme v0.7.2 by @ocefpaf in #406
  • UPDATE: pydata-sphinx-theme 0.7.2 by @kousu in #429
  • IMPROVE: translation in the footer for Japanese language by @KengoTODA in #426

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

16 Oct 02:21
835ed92
Compare
Choose a tag to compare

See CHANGELOG.md for more information.

v0.1.5

23 Sep 23:15
2a895ac
Compare
Choose a tag to compare

See the CHANGELOG for more information.

v0.1.4

20 Sep 00:10
4d29687
Compare
Choose a tag to compare

See the CHANGELOG for more information.

v0.1.3

25 Aug 00:28
68729c8
Compare
Choose a tag to compare

See the CHANGELOG for more information.

v0.1.2

06 Aug 16:03
d20e8a7
Compare
Choose a tag to compare
🚀 RELEASE: v0.1.2 (#368)