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 nbsphinx from 0.8.10 to 0.9.1 #278

Merged
merged 1 commit into from
Mar 15, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2023

Bumps nbsphinx from 0.8.10 to 0.9.1.

Release notes

Sourced from nbsphinx's releases.

nbsphinx 0.9.1

https://pypi.org/project/nbsphinx/0.9.1/

  • pandoc: disable "smart" option only for version 2.0+

nbsphinx 0.9.0

https://pypi.org/project/nbsphinx/0.9.0/

  • Split nbsphinx.py (a Python module) into:

    • nbsphinx/__init__.py (a Python package)
    • A standalone CSS file nbsphinx-code-cells.css_t
    • LaTeX style file nbsphinx.sty
  • Add custom HTML/CSS for thumbnail galleries

    • Separate CSS file nbsphinx-gallery.css
    • The CSS from Sphinx Gallery ('sphinx_gallery.load_style') cannot be used anymore
  • Use the last image in a notebook as the default thumbnail

nbsphinx 0.8.12

https://pypi.org/project/nbsphinx/0.8.12/

  • Implement "link" galleries (without nested sub-documents)

nbsphinx 0.8.11

https://pypi.org/project/nbsphinx/0.8.11/

  • LaTeX: apply code cell border style to all code blocks
Changelog

Sourced from nbsphinx's changelog.

Version 0.9.1 -- 2023-03-14 -- PyPI__ -- diff__

  • pandoc: disable "smart" option only for version 2.0+

__ https://pypi.org/project/nbsphinx/0.9.1/ __ spatialaudio/nbsphinx@0.9.0...0.9.1

Version 0.9.0 -- 2023-03-12 -- PyPI__ -- diff__

  • Split nbsphinx.py (a Python module) into:

    • nbsphinx/__init__.py (a Python package)
    • A standalone CSS file nbsphinx-code-cells.css_t
    • LaTeX style file nbsphinx.sty
  • Add custom HTML/CSS for thumbnail galleries

    • Separate CSS file nbsphinx-gallery.css
    • The CSS from Sphinx Gallery ('sphinx_gallery.load_style') cannot be used anymore
  • Use the last image in a notebook as the default thumbnail

__ https://pypi.org/project/nbsphinx/0.9.0/ __ spatialaudio/nbsphinx@0.8.12...0.9.0

Version 0.8.12 -- 2023-01-19 -- PyPI__ -- diff__

  • Implement "link" galleries (without nested sub-documents)

__ https://pypi.org/project/nbsphinx/0.8.12/ __ spatialaudio/nbsphinx@0.8.11...0.8.12

Version 0.8.11 -- 2022-12-29 -- PyPI__ -- diff__

  • LaTeX: apply code cell border style to all code blocks

__ https://pypi.org/project/nbsphinx/0.8.11/ __ spatialaudio/nbsphinx@0.8.10...0.8.11

Version 0.8.10 -- 2022-11-13 -- PyPI__ -- diff__

  • Fix handling of source_suffix
  • A few LaTeX fixes

__ https://pypi.org/project/nbsphinx/0.8.10/ __ spatialaudio/nbsphinx@0.8.9...0.8.10

Version 0.8.9 -- 2022-06-04 -- PyPI__ -- diff__

  • CSS: support tables in widgets
  • Avoid empty "raw" directive

__ https://pypi.org/project/nbsphinx/0.8.9/ __ spatialaudio/nbsphinx@0.8.8...0.8.9

... (truncated)

Commits
  • c229f7a Release 0.9.1
  • e79b3fd pandoc: disable "smart" option only for version 2.0+
  • 71a12c6 Release 0.9.0
  • 9fd867f Fix default thumbnail implementation, some documentation changes
  • 590a127 Demonstrate default thumbnails in the documentation
  • 21b9063 Make implicit thumbnails lower priority than explicit
  • 9d5a178 Use the last image in a notebook as the default thumbnail
  • 148b1bf Handle quotes in section titles
  • e2fb8b7 DOC: LaTeX: draw full box around notes
  • 4df8cb3 DOC: separate source file for references
  • 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 dependabot bot added dependencies Related with project dependencies python labels Mar 14, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/nbsphinx-0.9.1 branch from 2dd57e4 to 1da6a89 Compare March 15, 2023 14:11
@codecov-commenter
Copy link

Codecov Report

Merging #278 (1da6a89) into main (f593a2d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #278   +/-   ##
=======================================
  Coverage   95.32%   95.32%           
=======================================
  Files          10       10           
  Lines        1369     1369           
=======================================
  Hits         1305     1305           
  Misses         64       64           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Bumps [nbsphinx](https://github.com/spatialaudio/nbsphinx) from 0.8.10 to 0.9.1.
- [Release notes](https://github.com/spatialaudio/nbsphinx/releases)
- [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst)
- [Commits](spatialaudio/nbsphinx@0.8.10...0.9.1)

---
updated-dependencies:
- dependency-name: nbsphinx
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/nbsphinx-0.9.1 branch from 1da6a89 to 7684e69 Compare March 15, 2023 14:19
@da1910 da1910 added this pull request to the merge queue Mar 15, 2023
Merged via the queue into main with commit 1c25436 Mar 15, 2023
@dependabot dependabot bot deleted the dependabot/pip/nbsphinx-0.9.1 branch March 15, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related with project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants