chrisleaman / py-wave-runup

Empirical wave runup models implemented in Python
38 stars 16 forks source link

Bump sphinx-gallery from 0.9.0 to 0.11.0 #228

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps sphinx-gallery from 0.9.0 to 0.11.0.

Release notes

Sourced from sphinx-gallery's releases.

Release v0.11.0

What's Changed

... (truncated)

Changelog

Sourced from sphinx-gallery's changelog.

v0.11.0

In this version, the "Out:" prefix applied to code outputs is now created from CSS pseudo-elements instead of additional real text. For more details, see [#896](https://github.com/sphinx-gallery/sphinx-gallery/issues/896) <https://github.com/sphinx-gallery/sphinx-gallery/pull/896>__.

Implemented enhancements:

Nesting gallery sections (i.e. gallery subfolders) was implemented in[#904](https://github.com/sphinx-gallery/sphinx-gallery/issues/904) <https://github.com/sphinx-gallery/sphinx-gallery/pull/904>. This feature can be disabled (see config option nested_sections in the documentation) if the previous behaviour is prefered (alexisthual <https://github.com/alexisthual>)

Tooltips now overlay gallery items commit 36166cd <https://github.com/sphinx-gallery/sphinx-gallery/pull/944/commits/36166cd2fc2b43ecbd585654cfe8745f3a1b3f64>. Custom CSS might need to be adapted (alexisthual <https://github.com/alexisthual>).

  • Problem in section and example title level in subgalleries [#935](https://github.com/sphinx-gallery/sphinx-gallery/issues/935) <https://github.com/sphinx-gallery/sphinx-gallery/issues/935>__
  • Add ability to write nested index.rst [#855](https://github.com/sphinx-gallery/sphinx-gallery/issues/855) <https://github.com/sphinx-gallery/sphinx-gallery/issues/855>__
  • Optional usage of module instead of module_short when doing backreferencing [#950](https://github.com/sphinx-gallery/sphinx-gallery/issues/950) <https://github.com/sphinx-gallery/sphinx-gallery/pull/950>__ (ExtremOPS <https://github.com/ExtremOPS>__)
  • ENH: Better dark mode support [#948](https://github.com/sphinx-gallery/sphinx-gallery/issues/948) <https://github.com/sphinx-gallery/sphinx-gallery/pull/948>__ (larsoner <https://github.com/larsoner>__)
  • Store API reference examples thumbnails in common div [#946](https://github.com/sphinx-gallery/sphinx-gallery/issues/946) <https://github.com/sphinx-gallery/sphinx-gallery/pull/946>__ (alexisthual <https://github.com/alexisthual>__)
  • Add flag to ignore code blocks in Python source parser [#941](https://github.com/sphinx-gallery/sphinx-gallery/issues/941) <https://github.com/sphinx-gallery/sphinx-gallery/pull/941>__ (guberti <https://github.com/guberti>__)
  • Improve Jupyter notebook converter’s handling of code blocks [#940](https://github.com/sphinx-gallery/sphinx-gallery/issues/940) <https://github.com/sphinx-gallery/sphinx-gallery/pull/940>__ (guberti <https://github.com/guberti>__)
  • [MRG] Changelog regarding nested sections [#926](https://github.com/sphinx-gallery/sphinx-gallery/issues/926) <https://github.com/sphinx-gallery/sphinx-gallery/pull/926>__ (alexisthual <https://github.com/alexisthual>__)
  • Possibility to exclude implicit backreferences [#908](https://github.com/sphinx-gallery/sphinx-gallery/issues/908) <https://github.com/sphinx-gallery/sphinx-gallery/pull/908>__ (StefRe <https://github.com/StefRe>__)
  • [MRG] Handle nested structures [#904](https://github.com/sphinx-gallery/sphinx-gallery/issues/904) <https://github.com/sphinx-gallery/sphinx-gallery/pull/904>__ (alexisthual <https://github.com/alexisthual>__)
  • Use pseudo-elements for ‘Out:’ prefixing [#896](https://github.com/sphinx-gallery/sphinx-gallery/issues/896) <https://github.com/sphinx-gallery/sphinx-gallery/pull/896>__ (QuLogic <https://github.com/QuLogic>__)
  • FIX: Fix for latest pytest [#894](https://github.com/sphinx-gallery/sphinx-gallery/issues/894) <https://github.com/sphinx-gallery/sphinx-gallery/pull/894>__ (larsoner <https://github.com/larsoner>__)
  • Config capture_repr on file-by-file basis [#891](https://github.com/sphinx-gallery/sphinx-gallery/issues/891) <https://github.com/sphinx-gallery/sphinx-gallery/pull/891>__ (StefRe <https://github.com/StefRe>__)

Fixed bugs:

We now display gallery items using CSS grid instead of float property [#906](https://github.com/sphinx-gallery/sphinx-gallery/issues/906) <https://github.com/sphinx-gallery/sphinx-gallery/pull/906>, see migration guide <https://github.com/sphinx-gallery/sphinx-gallery/pull/906#issuecomment-1019542067> to adapt custom CSS for thumbnails (alexisthual <https://github.com/alexisthual>__)

  • BUG: Hotfix for docopts_url [#980](https://github.com/sphinx-gallery/sphinx-gallery/issues/980) <https://github.com/sphinx-gallery/sphinx-gallery/pull/980>__ (larsoner <https://github.com/larsoner>__)
  • BUG: Fix bug with clicking examples [#973](https://github.com/sphinx-gallery/sphinx-gallery/issues/973) <https://github.com/sphinx-gallery/sphinx-gallery/pull/973>__ (larsoner <https://github.com/larsoner>__)
  • Remove test examples for seaborn warning [#971](https://github.com/sphinx-gallery/sphinx-gallery/issues/971) <https://github.com/sphinx-gallery/sphinx-gallery/pull/971>__ (lesteve <https://github.com/lesteve>__)
  • Fix typo [#970](https://github.com/sphinx-gallery/sphinx-gallery/issues/970) <https://github.com/sphinx-gallery/sphinx-gallery/pull/970>__ (tkoyama010 <https://github.com/tkoyama010>__)
  • Avoid matplotlib warnings in seaborn reset_module [#969](https://github.com/sphinx-gallery/sphinx-gallery/issues/969) <https://github.com/sphinx-gallery/sphinx-gallery/pull/969>__ (lesteve <https://github.com/lesteve>__)
  • Fix Tensorflow/Abseil compatibility [#961](https://github.com/sphinx-gallery/sphinx-gallery/issues/961) <https://github.com/sphinx-gallery/sphinx-gallery/pull/961>__ (guberti <https://github.com/guberti>__)
  • syntax error fix in sphinx_gallery.downloads [#951](https://github.com/sphinx-gallery/sphinx-gallery/issues/951) <https://github.com/sphinx-gallery/sphinx-gallery/pull/951>__ (photoniker <https://github.com/photoniker>__)
  • Merge toctrees containing subcategories indices and examples without … [#944](https://github.com/sphinx-gallery/sphinx-gallery/issues/944) <https://github.com/sphinx-gallery/sphinx-gallery/pull/944>__ (alexisthual <https://github.com/alexisthual>__)
  • Fix rendering of embedded URIs in Python notebooks [#943](https://github.com/sphinx-gallery/sphinx-gallery/issues/943) <https://github.com/sphinx-gallery/sphinx-gallery/pull/943>__ (guberti <https://github.com/guberti>__)
  • FIX: Fix for dep [#938](https://github.com/sphinx-gallery/sphinx-gallery/issues/938) <https://github.com/sphinx-gallery/sphinx-gallery/pull/938>__ (larsoner <https://github.com/larsoner>__)
  • Fix typos [#934](https://github.com/sphinx-gallery/sphinx-gallery/issues/934) <https://github.com/sphinx-gallery/sphinx-gallery/pull/934>__ (kianmeng <https://github.com/kianmeng>__)
  • MAINT: Fix CIs [#932](https://github.com/sphinx-gallery/sphinx-gallery/issues/932) <https://github.com/sphinx-gallery/sphinx-gallery/pull/932>__ (larsoner <https://github.com/larsoner>__)
  • MAINT: Use -nWT –keep-going on Azure [#924](https://github.com/sphinx-gallery/sphinx-gallery/issues/924) <https://github.com/sphinx-gallery/sphinx-gallery/pull/924>__ (larsoner <https://github.com/larsoner>__)
  • Ensures right builder conifg [#922](https://github.com/sphinx-gallery/sphinx-gallery/issues/922) <https://github.com/sphinx-gallery/sphinx-gallery/pull/922>__ (ExtremOPS <https://github.com/ExtremOPS>__)
  • MAINT: Fix CIs [#920](https://github.com/sphinx-gallery/sphinx-gallery/issues/920) <https://github.com/sphinx-gallery/sphinx-gallery/pull/920>__ (larsoner <https://github.com/larsoner>__)
  • MAINT: Clean up namespace [#917](https://github.com/sphinx-gallery/sphinx-gallery/issues/917) <https://github.com/sphinx-gallery/sphinx-gallery/pull/917>__ (larsoner <https://github.com/larsoner>__)
  • FIX: Azure [#915](https://github.com/sphinx-gallery/sphinx-gallery/issues/915) <https://github.com/sphinx-gallery/sphinx-gallery/pull/915>__ (larsoner <https://github.com/larsoner>__)
  • [WIP] Bugfix missing parent div for mini gallery [#914](https://github.com/sphinx-gallery/sphinx-gallery/issues/914) <https://github.com/sphinx-gallery/sphinx-gallery/pull/914>__ (alexisthual <https://github.com/alexisthual>__)
  • Honor show_signature [#909](https://github.com/sphinx-gallery/sphinx-gallery/issues/909) <https://github.com/sphinx-gallery/sphinx-gallery/pull/909>__ (jschueller <https://github.com/jschueller>__)

... (truncated)

Commits
  • c9b1796 MAINT: Bump to 0.11.0 (#981)
  • 91b3c71 BUG: Hotfix for docopts_url (#980)
  • abf2148 added RADIS in Who uses Sphinx-gallery ? (#979)
  • 561b436 BUG: Fix bug with clicking examples (#973)
  • bfc7e11 Remove test examples for seaborn warning (#971)
  • 1f98ca7 add Tonic to list of sphinx-gallery users (#972)
  • 100c59a Fix typo (#970)
  • 7881a5b Avoid matplotlib warnings in seaborn reset_module (#969)
  • fb2e8c8 Merge toctrees containing subcategories indices and examples without … (#944)
  • e7d7439 Optional usage of module instead of module_short when doing backreferenci...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #230.