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.9.1 to 0.9.3 #650

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps nbsphinx from 0.9.1 to 0.9.3.

Release notes

Sourced from nbsphinx's releases.

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 for sphinx_immaterial theme
  • Improve support for links starting with #
  • Add support for in-text citations
  • LaTeX: Add support for admonition titles
Changelog

Sourced from nbsphinx's changelog.

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 for sphinx_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__

  • 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

... (truncated)

Commits
  • f572870 Release 0.9.3
  • 3d648cc RTD: Don't use shallow clone (to get last-changed dates)
  • b4dc4be Trying to work around upcoming changes in Sphinx 7.2.0
  • 55c4809 DOC: Add download link for executed .ipynb file
  • ff9f09b DOC: fix two Jupytext links
  • 6f92f9b Release 0.9.2
  • 5962650 DOC: mention sphinx_immaterial theme
  • 83e7b23 CSS: update comments for sphinx_immaterial special cases
  • 05957b0 hide copy-button in sphinx-immaterial theme (#737)
  • e1179c2 LaTeX: Use CSS-style options, avoid sphinxheavybox work-around
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 28, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/nbsphinx-0.9.3 branch from 82cdb13 to 0061176 Compare August 30, 2023 14:45
@dependabot dependabot bot force-pushed the dependabot/pip/nbsphinx-0.9.3 branch 2 times, most recently from c6ea006 to ad97099 Compare September 12, 2023 14:39
@dependabot dependabot bot force-pushed the dependabot/pip/nbsphinx-0.9.3 branch from ad97099 to d2a14bb Compare September 20, 2023 14:53
@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (25832f1) 71.95% compared to head (1bf46a8) 82.13%.

❗ Current head 1bf46a8 differs from pull request most recent head a18d9ea. Consider uploading reports for the commit a18d9ea to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #650       +/-   ##
===========================================
+ Coverage   71.95%   82.13%   +10.18%     
===========================================
  Files           9       17        +8     
  Lines        1544     2441      +897     
===========================================
+ Hits         1111     2005      +894     
- Misses        433      436        +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot dependabot bot force-pushed the dependabot/pip/nbsphinx-0.9.3 branch from d2a14bb to 58cee4c Compare September 26, 2023 15:02
@jenshnielsen
Copy link
Contributor

@trevormorgan When I merged a similar pr in qcodes I had to fix the references in some of the notebooks to resolve some changes to how links are done microsoft/Qcodes#5333 also see spatialaudio/nbsphinx#748

@jenshnielsen
Copy link
Contributor

@dependabot recreate

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

---
updated-dependencies:
- dependency-name: nbsphinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/nbsphinx-0.9.3 branch from 1bf46a8 to a18d9ea Compare February 5, 2024 09:00
Copy link
Contributor Author

dependabot bot commented on behalf of github May 7, 2024

Superseded by #879.

@dependabot dependabot bot closed this May 7, 2024
@dependabot dependabot bot deleted the dependabot/pip/nbsphinx-0.9.3 branch May 7, 2024 14:29
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants