Skip to content

Releases: executablebooks/sphinx-book-theme

v1.0.0rc2

20 Feb 20:56
Compare
Choose a tag to compare

v1.0.0rc1

19 Feb 15:07
Compare
Choose a tag to compare
v1.0.0rc1 Pre-release
Pre-release

A release candidate for v1.0 of this theme. We're making it 1.0 because there are several major breaking changes!

pip install -U --pre sphinx-book-theme

Leave comments in this issue:

Release notes (work in progress)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

  • MAINT: Update pre-commit versions and fix minor bugs in tests #660 (@choldgraf)
  • MAINT: Move dependabot updates to monthly #658 (@choldgraf)
  • MAINT: Factor publish to pypi workflow into dedicated file #645 (@choldgraf)
  • MAINT: Remove duplication with pydata-sphinx-theme #640 (@choldgraf)
  • MAINT: remove incorrect comment from sphinx pin. #588 (@rossbar)

Documentation improvements

API and Breaking Changes

  • UPGRADE/BREAKING: PyData v0.13 and HTML refactoring #677 (@choldgraf)

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@12rambau, @AakashGfude, @AllenDowney, @avivajpeyi, @bmorris3, @choldgraf, @chrisjsewell, @consideRatio, @dependabot, @feanil, @ghutchis, @guillaume, @haklc, @ivirshup, @James11222, @ksuess, @mathbunnyru, @melund, @mmcky, @pradyunsg, @pre, @rkdarst, @rossbar, @scmmmh, @sieler, @SilverRainZ, @stevepiercy, @WELCOME, @whyjz, @yuvipanda, @ZedThree

[pre-release] v0.4.0rc1

05 Jan 11:23
8e08709
Compare
Choose a tag to compare
Pre-release

This is a pre-release for an upcoming major version change of this theme.

v0.3.3

17 Jul 06:46
443c7a7
Compare
Choose a tag to compare

v0.3.3 - 2022-07-17

Fixes:

Enhancements made:

Docs:

v0.3.2

29 Mar 03:39
f02eb26
Compare
Choose a tag to compare
RLS: v0.3.2 (#543)

v0.3.1

27 Mar 21:29
c65b2d3
Compare
Choose a tag to compare

A patch release to fix a few UI bugs.

v0.3.0

25 Mar 18:20
1b8590e
Compare
Choose a tag to compare

v0.3.0 - 2022-03-25

This is a significant change in the HTML and CSS of the site, with the goal of making it more standardized and robust. There are several design tweaks that have been made. Here is a short overview:

  • The sidebars are now a slightly smaller font, with more padding, to give more attention to the page's content.
  • The HTML structure of the site has been re-worked to make sticky and other CSS behaviors more dependable.
  • The header buttons are now standardized and have an updated look and feel.
  • The in-page margin CSS is now more reliable
  • Improvements to scrollbar style throughout the site

See the PRs below for where most of these changes occurred.

(full changelog)

Enhancements made

‼️ Breaking changes

This release modifies the HTML structure of some of the major theme sections (in particular, the sidebar and top-bar).
If you had custom CSS or JavaScript that assumed a particular HTML structure, double-check that it still behaves the same way, as you may need to adjust things for the new structure.

v0.3.0rc2

17 Mar 03:28
621ef31
Compare
Choose a tag to compare
v0.3.0rc2 Pre-release
Pre-release

This brings in some extra improvements to the sidebar's behavior and fixes some bugs from the first release candidate. See https://github.com/executablebooks/sphinx-book-theme/releases/tag/v0.3.0rc1 for more changes.

v0.3.0rc1 - pre-release

25 Feb 19:41
ea6145e
Compare
Choose a tag to compare
Pre-release

This is a significant change in the HTML and CSS of the site, with the goal of making it more standardized and robust. There are several design tweaks that have been made. Here is a short overview:

  • The sidebars are now a slightly smaller font, with more padding, to give more attention to the page's content.
  • The HTML structure of the site has been re-worked to make sticky and other CSS behaviors more dependable.
  • The header buttons are now standardized and have an updated look and feel.
  • The in-page margin CSS is now more reliable
  • Improvements to scrollbar style throughout the site

See the PRs below for where most of these changes occurred.

(full changelog)

Enhancements made

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