Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sphinx-gallery from 0.9.0 to 0.11.1 #230

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Bumps sphinx-gallery from 0.9.0 to 0.11.1.

Release notes

Sourced from sphinx-gallery's releases.

Release v0.11.1

What's Changed

Full Changelog: sphinx-gallery/sphinx-gallery@v0.11.0...v0.11.1

Release v0.11.0

What's Changed

... (truncated)

Changelog

Sourced from sphinx-gallery's changelog.

v0.11.1

Support for Sphinx = 3.

Fixed bugs:

  • BUG: Fix single column example [#993](https://github.com/sphinx-gallery/sphinx-gallery/issues/993) <https://github.com/sphinx-gallery/sphinx-gallery/pull/993>__ (larsoner <https://github.com/larsoner>__)

Implemented enhancements:

  • Use Mock more in tests [#986](https://github.com/sphinx-gallery/sphinx-gallery/issues/986) <https://github.com/sphinx-gallery/sphinx-gallery/pull/986>__ (QuLogic <https://github.com/QuLogic>__)
  • Remove old sphinx compatibility code [#985](https://github.com/sphinx-gallery/sphinx-gallery/issues/985) <https://github.com/sphinx-gallery/sphinx-gallery/pull/985>__ (QuLogic <https://github.com/QuLogic>__)

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>__)

... (truncated)

Commits

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)

Bumps [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) from 0.9.0 to 0.11.1.
- [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases)
- [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/CHANGES.rst)
- [Commits](sphinx-gallery/sphinx-gallery@v0.9.0...v0.11.1)

---
updated-dependencies:
- dependency-name: sphinx-gallery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants