Skip to content

Releases: QuantEcon/quantecon-book-theme

v0.7.6

29 Nov 23:52
Compare
Choose a tag to compare

What's Changed

  • ENH: enable links to github repo rather than document for view source by @mmcky in #277

Full Changelog: v0.7.5...v0.7.6

v0.7.5

19 Nov 04:53
88eb50d
Compare
Choose a tag to compare

What's Changed

  • MAINT: update libsass and docutils pins by @mmcky in #275

Full Changelog: v0.7.4...v0.7.5

v0.7.4

19 Nov 00:53
06eb3df
Compare
Choose a tag to compare

What's Changed

  • MAINT: upgrade to webpack5 by @agoose77 in #265
  • FIX: minor fix for pre-commit by @mmcky in #267
  • FIX: update new logo location for jb>=1.0 by @mmcky in #268
  • ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.2 by @dependabot in #270
  • ⬆️ Bump codecov/codecov-action from 4.6.0 to 5.0.2 by @dependabot in #271
  • MAINT: fix to sphinx>=5,<6 by @mmcky in #273

New Contributors

Full Changelog: v0.7.3...v0.7.4

v0.7.3

22 Oct 02:24
aeebe8d
Compare
Choose a tag to compare

What's Changed

  • ⬆️ Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3 by @dependabot in #260
  • ⬆️ Bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #261
  • MAINT: upgrade deps on sphinx-book-theme by @mmcky in #263
  • RLS: setup a minor release for v0.7.3 by @mmcky in #264

Full Changelog: v0.7.2...v0.7.3

v0.7.2

10 Sep 00:24
23f92bc
Compare
Choose a tag to compare

What's Changed

  • Adjust admonition title background specificity to allow proof override by @DrDrij in #248
  • Create dependabot.yml by @mmcky in #250
  • MAINT: pre-commit fix and master->main by @mmcky in #249
  • ⬆️ Bump pypa/gh-action-pypi-publish from 1.1.0 to 1.10.1 by @dependabot in #252
  • ⬆️ Bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in #254
  • ⬆️ Bump codecov/codecov-action from 3.1.4 to 4.5.0 by @dependabot in #251
  • ⬆️ Bump actions/checkout from 2 to 4 by @dependabot in #253
  • ⬆️ Bump actions/setup-python from 4 to 5 by @dependabot in #255
  • ⬆️ Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #256
  • ⬆️ Bump nwtgck/actions-netlify from 1.1 to 3.0 by @dependabot in #257
  • update version for v0.7.2 by @mmcky in #258

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

20 Dec 22:26
555f1c8
Compare
Choose a tag to compare

This release improves the text colour to make improvements to the dark theme.

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

13 Dec 03:42
cdf8aa1
Compare
Choose a tag to compare

This release introduces two new features:

  1. Styling and adding functionalities to the margin directive inherited from sphinx-book-theme, to make it useable in this theme.
  2. Adding the ability to add author names with hyperlinks to their bio using config variable, in the main toc page. And also the ability to control its font size with a config.

v0.6.2

01 Nov 04:02
13def3f
Compare
Choose a tag to compare

This release gives the support to include a dark mode version of the logo. By storing it in the static folder, and specifying it using a config variable.

v0.6.1

18 Oct 02:10
e65778b
Compare
Choose a tag to compare

This release included styles enhancements and changes for the dark theme.

v0.6.0

28 Sep 04:53
3241d53
Compare
Choose a tag to compare

Refactoring of the project to use pyproject.toml instead of setup.py, and sphinx-theme-builder as the build backend.