dbrattli / Expression

Pragmatic functional programming for Python inspired by F#
https://expression.readthedocs.io
MIT License
421 stars 30 forks source link

chore(deps): update dependency jupyter-book to ^0.15.0 #119

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jupyter-book ^0.12.0 -> ^0.15.0 age adoption passing confidence

Release Notes

executablebooks/jupyter-book ### [`v0.15.0`](https://togithub.com/executablebooks/jupyter-book/blob/HEAD/CHANGELOG.md#v0150---2023-03-07) [Compare Source](https://togithub.com/executablebooks/jupyter-book/compare/v0.14.0...v0.15.0) ([full changelog](https://togithub.com/executablebooks/jupyter-book/compare/v0.14.0...c0d3d0c640a709f84c23ef58b25c65d2e5a6e816)) This release updates [sphinx-book-theme](https://sphinx-book-theme.readthedocs.io/en/latest/index.html) to version `1.0.0` - [#​1953](https://togithub.com/executablebooks/jupyter-book/pull/1953) The full release notes for [sphinx-book-theme==1.0.0 can be found here](https://sphinx-book-theme.readthedocs.io/en/latest/changelog.html#v1-0-0-2023-03-01) Thanks to [all the contributors](https://togithub.com/executablebooks/sphinx-book-theme/graphs/contributors?from=2022-07-17\&to=2023-02-19\&type=c) that worked on this major update to [sphinx-book-theme](https://sphinx-book-theme.readthedocs.io/en/latest/index.html) ### [`v0.14.0`](https://togithub.com/executablebooks/jupyter-book/blob/HEAD/CHANGELOG.md#v0140---2023-02-28) [Compare Source](https://togithub.com/executablebooks/jupyter-book/compare/v0.13.2...v0.14.0) ([full changelog](https://togithub.com/executablebooks/jupyter-book/compare/v0.13.2...e52689156deeace6a34c8e27f77dfa7ec65720ab)) This release updates many of the underlying software packages used by `jupyter-book` including major updates to [myst-nb](https://togithub.com/executablebooks/myst-nb) and [myst-parser](https://togithub.com/executablebooks/myst-parser) which power `jupyter-book`. This release also brings compatibility with `sphinx v5`. A big **thank you** to all contributors and maintainers of these underlying packages. There have been many major updates that will flow through to `jupyter-book` with this release. A [migration assistance page](https://jupyterbook.org/en/stable/explain/migration.html) has been setup to assist users with updates to your `configuration` and highlights a few of the common `breaking changes` which are discussed with examples. ##### Package Updates - [#​1842](https://togithub.com/executablebooks/jupyter-book/pull/1842) updates [myst-nb](https://togithub.com/executablebooks/MyST-NB) moving from `myst-nb~=0.13.1` to `myst-nb~=0.17.1`. This incorporates three major updates to [myst-nb](https://togithub.com/executablebooks/MyST-NB/releases) which in turn incorporates changes to the underlying [myst-parser](https://togithub.com/executablebooks/MyST-Parser/releases) moving from `myst-parser~=0.15` to `myst-parser~=0.18`. - [#​1842](https://togithub.com/executablebooks/jupyter-book/pull/1842) enables compatibility with `docutils>=0.15,<0.19` - [#​1842](https://togithub.com/executablebooks/jupyter-book/pull/1842) supports `sphinx5` - [#​1842](https://togithub.com/executablebooks/jupyter-book/pull/1842) incorporates updates for `sphinx-design`, `sphinx-thebe` and `sphinx-book-theme`. ##### Docs - DOCS: Fix gallery URL [1933](https://togithub.com/executablebooks/jupyter-book/pull/1933) and [1937](https://togithub.com/executablebooks/jupyter-book/pull/1937) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/executablebooks/jupyter-book/graphs/contributors?from=2023-02-07\&to=2023-02-28\&type=c)) However this excludes the many major contributions in underlying projects which are documented in the table below. | Package | Contributions | |---------|---------------| | [myst-nb](https://togithub.com/executablebooks/MyST-NB) | [contributors](https://togithub.com/executablebooks/MyST-NB/graphs/contributors?from=2022-02-11\&to=2023-02-28\&type=c) | | [myst-parser](https://togithub.com/executablebooks/myst-parser) | [contributors](https://togithub.com/executablebooks/myst-parser/graphs/contributors?from=2021-06-13\&to=2023-02-28\&type=c) | | [sphinx-design](https://togithub.com/executablebooks/sphinx-design) | [contributors](https://togithub.com/executablebooks/sphinx-design/graphs/contributors?from=2022-04-21\&to=2023-02-28\&type=c) | | [sphinx-thebe](https://togithub.com/executablebooks/sphinx-thebe) | [contributors](https://togithub.com/executablebooks/sphinx-thebe/graphs/contributors?from=2022-04-30\&to=2023-02-28\&type=c) | | [sphinx-book-theme](https://togithub.com/executablebooks/sphinx-book-theme) | [contributors](https://togithub.com/executablebooks/sphinx-book-theme/graphs/contributors?from=2022-03-28\&to=2023-01-05\&type=c) | ### [`v0.13.2`](https://togithub.com/executablebooks/jupyter-book/blob/HEAD/CHANGELOG.md#v0132---2023-02-07) [Compare Source](https://togithub.com/executablebooks/jupyter-book/compare/v0.13.1...v0.13.2) ([full changelog](https://togithub.com/executablebooks/jupyter-book/compare/v0.13.1...e52689156deeace6a34c8e27f77dfa7ec65720ab)) ##### Maintenance and upkeep improvements - MAINT: Remove `cell_metadata_filter: -all` from template [#​1910](https://togithub.com/executablebooks/jupyter-book/pull/1910) ([@​maxbane](https://togithub.com/maxbane)) - MAINT: Move pypi publish to dedicated workflow [#​1878](https://togithub.com/executablebooks/jupyter-book/pull/1878) ([@​choldgraf](https://togithub.com/choldgraf)) ##### Documentation improvements - DOCS: Address typo in docs [#​1841](https://togithub.com/executablebooks/jupyter-book/pull/1841) ([@​mmcky](https://togithub.com/mmcky)) - DOCS: Fix typo [#​1879](https://togithub.com/executablebooks/jupyter-book/pull/1879) ([@​fortierq](https://togithub.com/fortierq)) - DOCS: Add copybutton console prefix [#​1877](https://togithub.com/executablebooks/jupyter-book/pull/1877) ([@​choldgraf](https://togithub.com/choldgraf)) - DOCS: Fix broken link in pdf.md [#​1876](https://togithub.com/executablebooks/jupyter-book/pull/1876) ([@​stoffprof](https://togithub.com/stoffprof)) - DOCS: document an easier method of plausible analytics [#​1867](https://togithub.com/executablebooks/jupyter-book/pull/1867) ([@​rkdarst](https://togithub.com/rkdarst)) - DOCS: Clarify toc update tip [#​1861](https://togithub.com/executablebooks/jupyter-book/pull/1861) ([@​root-11](https://togithub.com/root-11)) - DOC: Add guidance for configuring gh-pages [#​1859](https://togithub.com/executablebooks/jupyter-book/pull/1859) ([@​rafmudaf](https://togithub.com/rafmudaf)) - DOCS: Remove incomplete documentation section on adding metadata [#​1854](https://togithub.com/executablebooks/jupyter-book/pull/1854) ([@​MaxGhenis](https://togithub.com/MaxGhenis)) - DOCS: Updates to Read the Docs instructions [#​1849](https://togithub.com/executablebooks/jupyter-book/pull/1849) ([@​benjaoming](https://togithub.com/benjaoming)) - DOCS: Add an example of admonition with warning style [#​1834](https://togithub.com/executablebooks/jupyter-book/pull/1834) ([@​paugier](https://togithub.com/paugier)) - DOCS: Add documentation on enabling Plausible Analytics [#​1814](https://togithub.com/executablebooks/jupyter-book/pull/1814) ([@​firasm](https://togithub.com/firasm)) - DOCS: Improve custom admonitions documentation [#​1777](https://togithub.com/executablebooks/jupyter-book/pull/1777) ([@​leodrivera](https://togithub.com/leodrivera)) - DOCS: Change syntax highlighting example [#​1752](https://togithub.com/executablebooks/jupyter-book/pull/1752) ([@​fmaussion](https://togithub.com/fmaussion)) - DOCS: Add link to default myst extensions [#​1908](https://togithub.com/executablebooks/jupyter-book/pull/1908) ([@​jbusecke](https://togithub.com/jbusecke)) ##### Contributors to this release ([GitHub contributors page for this release](https://togithub.com/executablebooks/jupyter-book/graphs/contributors?from=2022-08-16\&to=2023-02-07\&type=c)) [@​AakashGfude](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3AAakashGfude+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​alcrene](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aalcrene+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​benjaoming](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Abenjaoming+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​choldgraf](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Acholdgraf+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​chrisjsewell](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Achrisjsewell+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​codecov](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Acodecov+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​da5nsy](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ada5nsy+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​dependabot](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Adependabot+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​firasm](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Afirasm+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​fmaussion](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Afmaussion+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​fortierq](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Afortierq+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​jbusecke](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ajbusecke+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​jedbrown](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ajedbrown+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​leodrivera](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aleodrivera+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​matthew-brett](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Amatthew-brett+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​maxbane](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Amaxbane+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​MaxGhenis](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3AMaxGhenis+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​mmcky](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Ammcky+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​paugier](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Apaugier+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​phockett](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aphockett+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​pradyunsg](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Apradyunsg+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​pre-commit-ci](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Apre-commit-ci+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​rafmudaf](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Arafmudaf+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​rkdarst](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Arkdarst+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​root-11](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Aroot-11+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​salma-emara](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Asalma-emara+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​stevejpurves](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Astevejpurves+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​stoffprof](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Astoffprof+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​welcome](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Awelcome+updated%3A2022-08-16..2023-02-07\&type=Issues) | [@​Zethson](https://togithub.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3AZethson+updated%3A2022-08-16..2023-02-07\&type=Issues) ### [`v0.13.1`](https://togithub.com/executablebooks/jupyter-book/blob/HEAD/CHANGELOG.md#v0131---2022-08-16) [Compare Source](https://togithub.com/executablebooks/jupyter-book/compare/v0.13...v0.13.1) ([full changelog](https://togithub.com/executablebooks/jupyter-book/compare/v0.13.0...8a74127748066eac5e0e788a584cb31d18b66058)) This minor release includes improvements to the project documentation and includes the following fixes: ##### Fixes and Maintenance 1. [#​1750](https://togithub.com/executablebooks/jupyter-book/pull/1750) improves compatibility with sphinx>=5. 2. [#​1774](https://togithub.com/executablebooks/jupyter-book/pull/1774) fixes an issue that enables math when using the `singlehtml` builder ### [`v0.13.0`](https://togithub.com/executablebooks/jupyter-book/blob/HEAD/CHANGELOG.md#v0130---2022-06-02) [Compare Source](https://togithub.com/executablebooks/jupyter-book/compare/v0.12.3...v0.13) ([full changelog](https://togithub.com/executablebooks/jupyter-book/compare/v0.12.3...a2d441633d5aafed4e94bbc544183cf866213f3a)) This release contains some major UI and visual style upgrades for HTML output, and introduces some breaking changes in a few directives and in the structure of the HTML. See below for major changes. ##### New and Breaking ‼ 1. [#​1442 Use Sphinx Design instead of Sphinx Panels](https://togithub.com/executablebooks/jupyter-book/pull/1442). We have migrated from [sphinx-panels](https://togithub.com/executablebooks/sphinx-panels) to [sphinx-design](https://togithub.com/executablebooks/sphinx-design), as `sphinx-panels` is no longer actively maintained. This also brings in several improvements to the same component functionality that was in sphinx-panels. See [the components documentation](https://jupyterbook.org/en/latest/content/components.html) for more information on upgrades and usage. 2. [#​1679 Update Sphinx Book Theme to v0.3](https://togithub.com/executablebooks/jupyter-book/pull/1679). This brings in several major upgrades to the theme's behavior and structure. It significantly changes the structure of the output HTML (in particular, the sidebars and article header), so if you defined custom CSS rules, double-check that they still apply correctly. See [the Book Theme release notes](https://togithub.com/executablebooks/sphinx-book-theme/releases/tag/v0.3.0) as well as [the Book Theme changelog](https://togithub.com/executablebooks/sphinx-book-theme/blob/master/CHANGELOG.md#v030---2022-03-25) for more information. 3. [#​1693 Removes support for `sphinx<=4`](https://togithub.com/executablebooks/jupyter-book/pull/1693). This will likely only be applicable to you if you were explicitly pinning Sphinx to a version less than 4.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.