Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump nbsphinx from 0.8.9 to 0.9.4#2166

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/pip/nbsphinx-0.9.4

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJun 1, 2024
edited
Loading

Bumpsnbsphinx from 0.8.9 to 0.9.4.

Release notes

Sourced fromnbsphinx's releases.

nbsphinx 0.9.4

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

  • Requiredocutils >= 0.18.1
  • Minor fixes, documentation and CI updates

nbsphinx 0.9.3

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

  • Fix gallery regression in Sphinx 7.2

nbsphinx 0.9.2

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

  • Improve support forsphinx_immaterial theme
  • Improve support for links starting with#
  • Add support for in-text citations
  • LaTeX: Add support for admonition titles

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/

  • Splitnbsphinx.py (a Pythonmodule) into:

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

    • Separate CSS filenbsphinx-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

... (truncated)

Changelog

Sourced fromnbsphinx's changelog.

Version 0.9.4 -- 2024-05-06 -- PyPI__ -- diff__

  • Requiredocutils >= 0.18.1
  • Minor fixes, documentation and CI updates

__https://pypi.org/project/nbsphinx/0.9.4/__spatialaudio/nbsphinx@0.9.3...0.9.4

Version 0.9.3 -- 2023-08-27 -- PyPI__ -- diff__

  • Fix gallery regression in Sphinx 7.2

__https://pypi.org/project/nbsphinx/0.9.3/__spatialaudio/nbsphinx@0.9.2...0.9.3

Version 0.9.2 -- 2023-05-24 -- PyPI__ -- diff__

  • Improve support forsphinx_immaterial theme
  • Improve support for links starting with#
  • Add support for in-text citations
  • LaTeX: Add support for admonition titles

__https://pypi.org/project/nbsphinx/0.9.2/__spatialaudio/nbsphinx@0.9.1...0.9.2

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__

  • Splitnbsphinx.py (a Pythonmodule) into:

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

    • Separate CSS filenbsphinx-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/

... (truncated)

Commits
  • e9cb489 Release 0.9.4
  • ae98e6b DOC: show the matplotlib widget backend
  • dbbc0e5 CI: stop ignoring PendingDeprecationWarning about Node.traverse()
  • d30467f constrain docutils >= 0.18.1
  • 260b6d2 don't use deprecated/ignored rawsource for docutils.nodes.Text init
  • 5d0f4b8 switch Node.traverse() to findall() to avoid deprecation warnings
  • 311c53b CI: Add "trusted publishing" workflow
  • c5fbe13 CI: check multiple Python and Sphinx versions
  • 34062ec CircleCI: exclude Sphinx versions with regression in LaTeX mode
  • fdc25d8 include all items doc/ in sdists
  • Additional commits viewable incompare 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelJun 1, 2024
Bumps [nbsphinx](https://github.com/spatialaudio/nbsphinx) from 0.8.9 to 0.9.4.- [Release notes](https://github.com/spatialaudio/nbsphinx/releases)- [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst)- [Commits](spatialaudio/nbsphinx@0.8.9...0.9.4)---updated-dependencies:- dependency-name: nbsphinx  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbotforce-pushed thedependabot/pip/nbsphinx-0.9.4 branch from2d18d80 to66ab1c1CompareJuly 1, 2024 17:04
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

0 participants


[8]ページ先頭

©2009-2025 Movatter.jp